Instantly share code, notes, and snippets.
hackruu
/ di-fm-premium-account-generator.sh
Last active
June 17, 2024 07:14
Generate di.fm premium account and playlist. Also supports radiotunes.com (ex sky.fm) and jazzradio.com.
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/bash | |
AGENT="AudioAddict-di/1.4.7 iOS/8.1" | |
COOKIES="./cookies.txt" | |
AUTH="ephemeron:dayeiph0ne@pp" | |
DOMAIN=gmail.com | |
PLAYLISTDI="di.fm.m3u" | |
PLAYLISTSKY="sky.fm.m3u" | |
PLAYLISTJAZZ="jazzradio.m3u" | |
PLAYLISTROCK="rockradio.m3u" | |
PLAYLISTCLASSICAL="classicalradio.m3u" |
idispatch
/ di-fm-premium-account-generator.sh
Created
January 7, 2016 17:35
— forked from hackruu/di-fm-premium-account-generator.sh
Generate di.fm premium account and playlist. Also supports radiotunes.com (ex sky.fm) and jazzradio.com.
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/bash | |
AGENT="AudioAddict-di/1.4.7 iOS/8.1" | |
COOKIES="./cookies.txt" | |
AUTH="ephemeron:dayeiph0ne@pp" | |
DOMAIN=gmail.com | |
PLAYLISTDI="di.fm.m3u" | |
PLAYLISTSKY="sky.fm.m3u" | |
PLAYLISTJAZZ="jazzradio.m3u" | |
PLAYLISTROCK="rockradio.m3u" | |
JSONDI="http://listen.di.fm/premium_high.json" |