Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save enblanco/a303ed9992ca426dd505cf10e606b8e5 to your computer and use it in GitHub Desktop.
Save enblanco/a303ed9992ca426dd505cf10e606b8e5 to your computer and use it in GitHub Desktop.
Download recursively all MP3 from a URL
wget -r -A.mp3 http://target.url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment