shaikhsajid1111 / facebook_page_scraper

Scrapes facebook's pages front end with no limitations & provides a feature to turn data into structured JSON or CSV
https://pypi.org/project/facebook-page-scraper/
MIT License
209 stars 62 forks source link

Page URL is not longer able to be extracted #114

Open moda20 opened 1 month ago

moda20 commented 1 month ago

Describe the bug this lib can't extract the url of a page post, it seems the url not present at the post loading but only when the user hovers over the time. then the full href will be placed on the "a" tag. To Reproduce try to scrape a page posts Expected behavior get the post_url

Desktop (please complete the following information):

Additional context i tried hovering using selenium and pure js but it doesn't seem to trigger, fb probably looks at the current cursor position and calculates hovering that way.