JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.52k stars 712 forks source link

Get all images attached to a single facebook post #903

Open thebham24 opened 1 year ago

thebham24 commented 1 year ago

Describe the feature

is there a way to get the photos attached to a single fb post in a group? I could find only links to the first 5 images. all images after the 6th were to be browsed via opening the carousel and clicking next. My idea is to get create a single pdf file for a post with all information of that post. i use expandall plugin to expand all post comments. and then create a pdf with the information on screen. but the only issue is a getting the images in that post which are more than 6. (as fb shows preview of only the first 5). is the scraper able to fetch the image urls more than 6?

Would this fix a problem you're experiencing? If so, specify.

No response

Did you consider other alternatives?

No response

Additional context

No response