Skip to content

Instantly share code, notes, and snippets.

@trapd00r
Created May 31, 2021 17:31
Show Gist options
  • Save trapd00r/0e005c880555b5c612e42d19ca4f9b14 to your computer and use it in GitHub Desktop.
Save trapd00r/0e005c880555b5c612e42d19ca4f9b14 to your computer and use it in GitHub Desktop.
amigaremixdumper_naive
wget $(for x in $(curl -s https://amigaremix.com/remixes/{1..35} | grep -o '/listen/.+[.]mp3'|perl -pe 's|^|http://amigaremix.com|'|perl -pe 's/ /%20/g'); do echo $x; done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment