Skip to content

Instantly share code, notes, and snippets.

@Leask
Created December 31, 2013 10:10
Show Gist options
  • Save Leask/8194891 to your computer and use it in GitHub Desktop.
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).
#!/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