Created
February 25, 2013 03:00
-
-
Save mxwell/5027169 to your computer and use it in GitHub Desktop.
Rip Hardbase.fm MP3 stream with mplayer.
After finish in current directory file will be stored. File named as time stamp + ".mp3". There will be 30 minutes of gorgeous hardstyle music.
This file contains hidden or 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 | |
(sleep 30m && kill `pidof mplayer`)& | |
mplayer -dumpstream -dumpfile `date +'%Y-%h-%d_%H-%M.mp3'` http://listen.hardbase.fm/tunein-mp3-pls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment