mirror of
https://github.com/soimort/you-get.git
synced 2025-03-15 12:23:58 +03:00
[iqiyi] update key (close #1005)
This commit is contained in:
parent
b86c4ec606
commit
0cabb980b6
@ -45,7 +45,7 @@ bid meaning for quality
|
|||||||
|
|
||||||
'''
|
'''
|
||||||
def mix(tvid):
|
def mix(tvid):
|
||||||
salt = '8ed797d224d043e7ac23d95b70227d32'
|
salt = '4a1caba4b4465345366f28da7c117d20'
|
||||||
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…
x
Reference in New Issue
Block a user