mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-01 19:42:52 -05:00
Change test target (Verified with node.js)
This commit is contained in:
@ -857,7 +857,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
||||
m = methods[func_name]
|
||||
|
||||
def resfunc(args):
|
||||
print('Entering function %s(%r)' % (func_name, args))
|
||||
registers = ['(this)'] + list(args) + [None] * m.local_count
|
||||
stack = []
|
||||
coder = io.BytesIO(m.code)
|
||||
|
Reference in New Issue
Block a user