2020
12-04
12-04
python 根据列表批量下载网易云音乐的免费音乐
运行效果代码#-*-coding:utf-8-*-importrequests,hashlib,sys,click,re,base64,binascii,json,osfromCrypto.CipherimportAESfromhttpimportcookiejar"""Website:http://cuijiahua.comAuthor:JackCuiRefer:https://github.com/darknessomi/musicbox"""classEncrypyed():"""解密算法"""def__init__(self):self.modulus='00e0b509f6259df8642dbc35662901477df22677ec152b5ff68ace615bb7b725152b3ab17a87...
继续阅读 >