staszeks

Results 2 comments of staszeks

Doesn't seem to solve the problem ``` set_noscript(True) set_cookies("cookies_PL.txt") post = next(get_posts(post_urls=[4876511549099926], options={"comments": "generator"})) for comment in post["comments_full"]: print(comment["comment_time"]) ``` ``` None 2021-12-19 00:00:00 2021-12-19 00:00:00 2022-01-19 00:00:00 2022-01-19 00:00:00...

I used the same code as you did (https://github.com/kevinzg/facebook-scraper/issues/624#issuecomment-1006921693) and you got correct datetimes, and I did not.