Last active
September 18, 2021 13:33
-
-
Save fdovila/383408da54d444c7adfb43b1da20e73b to your computer and use it in GitHub Desktop.
Save your favourite podcast to mp3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name this shell script 'paisgeneroso.sh' | |
#!/bin/zsh | |
now=`date +"%m_%d_%Y"` | |
streamripper http://tunein.digitalproserver.com/zero_player.mp3 -d /Users/Myusername/Myfolder/Subfolder/paisgeneroso/ -a paisgeneroso-$now.mp3 -s -l 5400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment