Skip to content

Instantly share code, notes, and snippets.

@louy
Last active December 28, 2015 22:49
Show Gist options
  • Save louy/7574330 to your computer and use it in GitHub Desktop.
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.
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