Skip to content

Instantly share code, notes, and snippets.

@ryanseys
Created April 25, 2013 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanseys/5456605 to your computer and use it in GitHub Desktop.
Save ryanseys/5456605 to your computer and use it in GitHub Desktop.
Download all torrents from Coda.fm
#!/bin/bash
for (( c=1; c<=7087; c++ ))
do
wget http://coda.fm/albums/$c/torrent/download?file=$c.torrent
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment