Skip to content

Instantly share code, notes, and snippets.

View nihau's full-sized avatar

Nikita Gorbach nihau

  • Saint-Petersburg, Russia
View GitHub Profile
@hackruu
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.
#!/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"