Getting the photo filename #832
-
Is there a way I can get the filename of the photo that is being downloaded? Came across a script that downloads all the photos but names them as imagex, imagex+1.. I want the actual name of the photo like 295778817_1094920327897684_8303062189790690596_n.jpg. `from facebook_scraper import * for img in get_photos('name of the public page without spaces', pages=1000): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, see #762 |
Beta Was this translation helpful? Give feedback.
Yes, see #762