-
Notifications
You must be signed in to change notification settings - Fork 633
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
no date for group posts #73
Comments
The fix didn't work for recent posts because the display format variates and the date parser isn't handling those formats. See #67. |
@kevinzg I implemented a fix to this over the weekend. It's using the same code as the page post date extractor. I ran the code over a large data set and it's working. Any reason why the approach is different between pages and groups? |
mellanon
pushed a commit
to mellanon/facebook-scraper
that referenced
this issue
Aug 17, 2020
Fixed with #135 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Is the fix for getting group post dates still working? I always get
'time': None
I am using python 3.8 and have tried the pypi build 0.2.2a0 (mentioned in #64) as well as the latest pypi release 0.2.2a3. I copied over the code from TestGetGroupPosts and get an AssertionError when I run it.
The text was updated successfully, but these errors were encountered: