Created
December 31, 2013 10:10
-
-
Save Leask/8194891 to your computer and use it in GitHub Desktop.
Download current playing song in dRadio(for Mac) to your Downloads folder(~/Downloads).
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
#!/bin/sh | |
# Download current playing song in dRadio(for Mac) to your Downloads folder(~/Downloads). | |
# by @leaskh | |
cp ~/Library/Containers/com.lembacon.dradio/Data/Library/Caches/com.lembacon.dradio/*.tmp ~/Downloads/dRadio.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment