This is a scrapy spider for crawling singer's all music on music.migu.com
- configure path to save downloaded music in settings.py
- download an appropriate version of chrome driver and save under current path which you're gonna execute scrapy shell
- execute scrapy crawl with spider parameters
- -a singer=112 (get it from singer home page from migu, e.g. http://music.migu.cn/v3/music/artist/112?from=migu, optional, 112 default)
- -a type=LL (LL: lossless, HD: high definition, SD: standard definition. optional, SD default)
- -a username=xxx (your migu account, phone number, mandatory)
- -a password=xxx (your password, mandatory)
scrapy crawl jay -a singer=112 -a type=LL -a username=xxx -a password=xxx