-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Thanks for writing this app. I've recently started receiving an error to do with datetime parsing from a page that was previously working, so I'm assuming FB must have changed something. It might be the same as issue #109.
I'm using the latest version available on PyPI.
2024-06-05 07:42:57,254 - facebook_page_scraper.element_finder - ERROR - Error at find_posted_time method : Unknown string format: Enlarge
Traceback (most recent call last):
File "\facebook_page_scraper\element_finder.py", line 337, in __find_posted_time
parse(aria_label_value).isoformat()
^^^^^^^^^^^^^^^^^^^^^^^
File "\dateutil\parser_parser.py", line 1368, in parse
return DEFAULTPARSER.parse(timestr, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\dateutil\parser_parser.py", line 643, in parse
raise ParserError("Unknown string format: %s", timestr)