Skip to content

desuex/di.fm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async di.fm parser

Create your own music playlists

First run init command to create SQLite tables:

python3 main.py -i -d

To parse all the precious di.fm data, use next command:

python3 main.py -c -t -a -w -d

If you want to have YouTube links of your songs, use:

python3 main.py -l -d

Note: -d flag is optional, but it helps you to understand what's actually happening

Anyway, enjoy your music!

Releases

No releases published

Packages

No packages published

Languages