Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract_time: ValueError #167

Open
Medevin opened this issue Feb 27, 2021 · 1 comment
Open

extract_time: ValueError #167

Medevin opened this issue Feb 27, 2021 · 1 comment

Comments

@Medevin
Copy link

Medevin commented Feb 27, 2021

While parsing some posts has such errors:
Exception while running extract_time: ValueError("time data '16 mins' does not match format '%B %d, %Y at %I:%M %p'")
Exception while running extract_time: ValueError("time data '23 hrs' does not match format '%B %d, %Y at %I:%M %p'")
Exception while running extract_time: ValueError("time data 'January 22 at 12:09 PM' does not match format '%B %d, %Y at %I:%M %p'")

@kevinzg
Copy link
Owner

kevinzg commented Mar 8, 2021

Are you using the latest version?
Those cases should be handled just fine.
See https://github.com/kevinzg/facebook-scraper/blob/master/tests/test_parse_date.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants