Open richylyq opened 2 years ago
Hello @richylyq could you solve it? I have the same problem
Could anybody solve this issue? I have the same issue.
After testing, the current feasible method is to change the
return self._get_page('article[data-ft*="top_level_post_id"]', 'article')
in the get_page function in page_iterators.py to
return self._get_page('[data-ft*="top_level_post_id"]', 'top_level_post_id')
when using the below code to fetch posts via search, nothing is returned as no raw posts were found
Python version: 3.9.13
facebook-scraper
version: 0.2.59Sample Code:
Output: