Skip to content

Instantly share code, notes, and snippets.

@jellea
Created September 20, 2012 15:01
Show Gist options
  • Save jellea/3756445 to your computer and use it in GitHub Desktop.
Save jellea/3756445 to your computer and use it in GitHub Desktop.
Scraper for I love alaska
for i in $(seq 13); do wget "http://www.minimovies.org/video/ILoveAlaska/Episode_$i.flv"; done
for i in $(seq 13); do ffmpeg -i "Episode_$i.flv" -acodec copy "text_$i.mp3"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment