Change test target (Verified with node.js)

merge-requests/5/head
Philipp Hagemeister 2013-09-21 15:10:38 +02:00
parent a7177865b1
commit 95dbd2f990
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ _TESTS = [
u'https://s.ytimg.com/yts/swfbin/watch_as3-vflg5GhxU.swf',
u'swf',
82,
u'23456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?#$%&\'()*+,-./:;<=>"'
u':/.-,+*)=\'&%$#"!ZYX0VUTSRQPONMLKJIHGFEDCBAzyxw>utsrqponmlkjihgfedcba987654321'
),
]

View File

@ -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)