mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
Merge branch 'develop' of https://github.com/lsycxyj/you-get into lsycxyj-develop
This commit is contained in:
commit
4af36f640f
@ -45,7 +45,7 @@ bid meaning for quality
|
||||
|
||||
'''
|
||||
def mix(tvid):
|
||||
salt = '6967d2088d8843eea0ee38ad1a6f9173'
|
||||
salt = 'd7184ccc20a84a9d8be798087386b6b8'
|
||||
tm = str(randint(2000,4000))
|
||||
sc = hashlib.new('md5', bytes(salt + tm + tvid, 'utf-8')).hexdigest()
|
||||
return tm, sc, 'eknas'
|
||||
|
Loading…
Reference in New Issue
Block a user