kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.45k stars 633 forks source link

Only getting 8 images for a post that have more than 23 images #928

Open Faymir opened 2 years ago

Faymir commented 2 years ago

Hello, when i try to fetch a post from a page, i always get 8 images. no more. I tryed with and without cookies but i get the same results.

For example:

This post: https://www.facebook.com/100052590135640/posts/658725342557131 have more than 24 images but after fetching it i get 8 images in post['images']

print(len(next(get_posts(
    post_urls=["https://www.facebook.com/100052590135640/posts/658725342557131"],
))["images"]))

output: 8