mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 11:42:30 +03:00
[iqiyi] update key (close #750)
This commit is contained in:
parent
6b056a81da
commit
aa3c58192a
@ -45,7 +45,7 @@ bid meaning for quality
|
|||||||
|
|
||||||
'''
|
'''
|
||||||
def mix(tvid):
|
def mix(tvid):
|
||||||
salt = '2c76de15dcb44bd28ff0927d50d31620'
|
salt = '6967d2088d8843eea0ee38ad1a6f9173'
|
||||||
tm = str(randint(2000,4000))
|
tm = str(randint(2000,4000))
|
||||||
sc = hashlib.new('md5', bytes(salt + tm + tvid, 'utf-8')).hexdigest()
|
sc = hashlib.new('md5', bytes(salt + tm + tvid, 'utf-8')).hexdigest()
|
||||||
return tm, sc, 'eknas'
|
return tm, sc, 'eknas'
|
||||||
|
Loading…
Reference in New Issue
Block a user