Skip to content

Instantly share code, notes, and snippets.

@sneak
Created November 7, 2019 18:25
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 sneak/ea75d158d19e0a5400ebd3197c647f8b to your computer and use it in GitHub Desktop.
Save sneak/ea75d158d19e0a5400ebd3197c647f8b to your computer and use it in GitHub Desktop.
download all mysteries of the deep podcast episodes
for URL in $(curl -sf https://feeds.soundcloud.com/users/soundcloud:users:15876127/sounds.rss | tr "<>" "\n\n" | grep enclosure | awk -F'"' '{print $4}'); do wget $URL ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment