This commit is contained in:
hwlu 2018-01-04 16:39:30 +08:00
parent 148b14fd20
commit fdb5946656

View File

@ -11,7 +11,7 @@ import hashlib
import base64
import os
from Crypto.Cipher import AES
from Crypto.Cipher import AES # pip install pycrypto==2.6.1
import codecs
HEADER = {"Referer": "http://music.163.com/"}