Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenyukang/fmmusic

A python script , get the songlist from DoubanFM and download them.
https://github.com/chenyukang/fmmusic

Last synced: about 1 month ago
JSON representation

A python script , get the songlist from DoubanFM and download them.

Awesome Lists containing this project

README

        

this is a Python script for you to get you favorite song list from DoubanFM,

fm_get_music.py: after you enter your Douban username and passwd, it will
create a file named "songlist.txt", where contains your favorite song list.
The code is a little ugly, for the html parse process,it works however.

usage:
1 change fm_get_music.py, put your Douban username and passwd.
2 run fm_get_music.py : python fm_get_music.py , it will produce a file "songlist.txt",
3 run the script : python getsong.py -x ,will download music from Baidu Music ,according to the song list file.

Notes:
1 just test on Linux, for Windows there maybe some new problems
2 if the song title contains language such as Franch, it may not be processed correctly.
3 getsong.py is written by Xupeng Yun , and I added some modification.

contact: [email protected]