mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
remove some debug code
This commit is contained in:
parent
74235551f8
commit
3ce3e6adb3
@ -56,8 +56,7 @@ def getVMS(tvid,vid,uid):
|
|||||||
"&enc="+hashlib.new('md5',bytes('ts56gh'+str(tm)+tvid,"utf-8")).hexdigest()+\
|
"&enc="+hashlib.new('md5',bytes('ts56gh'+str(tm)+tvid,"utf-8")).hexdigest()+\
|
||||||
"&qyid="+uid+"&tn="+str(random()) +"&um=0" +\
|
"&qyid="+uid+"&tn="+str(random()) +"&um=0" +\
|
||||||
"&authkey="+hashlib.new('md5',bytes(''+str(tm)+tvid,'utf-8')).hexdigest()
|
"&authkey="+hashlib.new('md5',bytes(''+str(tm)+tvid,'utf-8')).hexdigest()
|
||||||
tmp = get_content(vmsreq)
|
return json.loads(get_content(vmsreq))
|
||||||
return json.loads(tmp)
|
|
||||||
|
|
||||||
def getDispathKey(rid):
|
def getDispathKey(rid):
|
||||||
tp=")(*&^flash@#$%a" #magic from swf
|
tp=")(*&^flash@#$%a" #magic from swf
|
||||||
|
Loading…
Reference in New Issue
Block a user