|
@ -857,7 +857,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor): |
|
|
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) |
|
|