mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 12:37:04 +01:00
Change test target (Verified with node.js)
This commit is contained in:
parent
a7177865b1
commit
95dbd2f990
@ -30,7 +30,7 @@
|
|||||||
u'https://s.ytimg.com/yts/swfbin/watch_as3-vflg5GhxU.swf',
|
u'https://s.ytimg.com/yts/swfbin/watch_as3-vflg5GhxU.swf',
|
||||||
u'swf',
|
u'swf',
|
||||||
82,
|
82,
|
||||||
u'23456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?#$%&\'()*+,-./:;<=>"'
|
u':/.-,+*)=\'&%$#"!ZYX0VUTSRQPONMLKJIHGFEDCBAzyxw>utsrqponmlkjihgfedcba987654321'
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -857,7 +857,6 @@ def extract_function(func_name):
|
|||||||
m = methods[func_name]
|
m = methods[func_name]
|
||||||
|
|
||||||
def resfunc(args):
|
def resfunc(args):
|
||||||
print('Entering function %s(%r)' % (func_name, args))
|
|
||||||
registers = ['(this)'] + list(args) + [None] * m.local_count
|
registers = ['(this)'] + list(args) + [None] * m.local_count
|
||||||
stack = []
|
stack = []
|
||||||
coder = io.BytesIO(m.code)
|
coder = io.BytesIO(m.code)
|
||||||
|
Loading…
Reference in New Issue
Block a user