Skip to content

Instantly share code, notes, and snippets.

@fdovila
Created September 26, 2016 20:37
Show Gist options
  • Save fdovila/db3de9c04178cacfe6e716a545f5d540 to your computer and use it in GitHub Desktop.
Save fdovila/db3de9c04178cacfe6e716a545f5d540 to your computer and use it in GitHub Desktop.
Save your favourite podcast to mp3
# name this shell script 'desdezero.sh'
#!/bin/zsh
now=`date +"%m_%d_%Y"`
streamripper http://tunein.digitalproserver.com/zero_player.mp3 -d /Users/Myusername/MyFolder/Subfolder/desdezero/ -a desdezero-$now.mp3 -s -l 3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment