need url with download fb photo

priyashinde

Junior Member
Joined
Sep 5, 2017
Messages
103
Reaction score
7
I have tried many fb download tools,but unable to see which post image was oroginally in fb
can anybody tell me tool where I can get original post url for fb image downaloder
 
Here is an imacros script which will scrape images url from fb, to use it first you must open 1st photo then start the script. Then it will scrape next images urls one by one.
Code:
SET !ERRORIGNORE YES
VERSION BUILD=9030808 RECORDER=FX
TAG POS=1 TYPE=A ATTR=CLASS:snowliftPager<SP>next*
WAIT SECONDS=6
TAG POS=1 TYPE=IMG ATTR=CLASS:spotlight EXTRACT=HREF
SAVEAS TYPE=EXTRACT FOLDER=* FILE=savedpicurls.txt
 
Here is an imacros script which will scrape images url from fb, to use it first you must open 1st photo then start the script. Then it will scrape next images urls one by one.
Code:
SET !ERRORIGNORE YES
VERSION BUILD=9030808 RECORDER=FX
TAG POS=1 TYPE=A ATTR=CLASS:snowliftPager<SP>next*
WAIT SECONDS=6
TAG POS=1 TYPE=IMG ATTR=CLASS:spotlight EXTRACT=HREF
SAVEAS TYPE=EXTRACT FOLDER=* FILE=savedpicurls.txt
does it download all images? and from album/grp/profole?
 
Back
Top