This website requires JavaScript.
Explore
Help
Register
Sign In
jianguo
/
netease-cloud-music-dl
Watch
1
Star
0
Fork
You've already forked netease-cloud-music-dl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
a58b389e91
netease-cloud-music-dl
/
ncm
History
codezjx
a58b389e91
#3
Bugfix: Replace os.getenv('HOME') with pathlib.Path.home(). On Windows, the first one may return None.
2017-08-09 22:55:43 +08:00
..
__init__.py
Update package name to 'ncm', and add setuptools.
2017-07-05 00:01:51 +08:00
api.py
If song_url is none, just return.
2017-07-06 22:57:45 +08:00
config.py
#3
Bugfix: Replace os.getenv('HOME') with pathlib.Path.home(). On Windows, the first one may return None.
2017-08-09 22:55:43 +08:00
constants.py
Update package name to 'ncm', and add setuptools.
2017-07-05 00:01:51 +08:00
downloader.py
Replace '/' with '-', open() method not support '/' yet!
2017-07-07 00:05:59 +08:00
encrypt.py
Update package name to 'ncm', and add setuptools.
2017-07-05 00:01:51 +08:00
file_util.py
Handle the "HeaderNotFoundError" exception when add metadata to song file.
2017-08-08 01:10:06 +08:00
start.py
Parse the specify id if user input a url.
2017-07-13 23:22:20 +08:00