Last active
December 28, 2015 22:49
-
-
Save louy/7574330 to your computer and use it in GitHub Desktop.
iMacros Facebook Album Downloader. All you need to do is open the album page and run this script in loop mode with loop max equal to the count of pictures inside the album.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION BUILD=8530828 RECORDER=FX | |
SET !ERRORIGNORE YES | |
TAB T=1 | |
SET !LOOP 1 | |
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:uiMediaThumb* EXTRACT=href | |
TAB OPEN | |
TAB T=2 | |
URL GOTO={{!EXTRACT}} | |
SET !EXTRACT NULL | |
ONDOWNLOAD FOLDER=* FILE=* WAIT=YES | |
TAG POS=1 TYPE=A ATTR=TXT:Download | |
TAB T=2 | |
TAB CLOSE | |
TAB T=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment