brutalsavage / facebook-post-scraper

Facebook Post Scraper 🕵️🖱️
GNU General Public License v3.0
324 stars 116 forks source link

extract function returns empty list #40

Closed futur3gho5t closed 3 years ago

futur3gho5t commented 4 years ago

list = extract(page='https://www.facebook.com/bringmethehorizon', numOfPost=15, infinite_scroll=True, scrape_comment=True) print("DONE!") for i in list: print(i)

returns nothing

flavio2018 commented 3 years ago

Hi! Did you manage to solve the issue somehow?

Wanthouser1 commented 3 years ago

I am having this issue as well

mukurgupta commented 3 years ago

Hi @futur3gho5t did you find a fix?