|
|
@ -562,7 +562,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
assert False, 'Invalid player type %r' % player_type
|
|
|
|
assert False, 'Invalid player type %r' % player_type
|
|
|
|
|
|
|
|
|
|
|
|
if cache_spec is None:
|
|
|
|
|
|
|
|
test_string = ''.join(map(compat_chr, range(len(example_sig))))
|
|
|
|
test_string = ''.join(map(compat_chr, range(len(example_sig))))
|
|
|
|
cache_res = res(test_string)
|
|
|
|
cache_res = res(test_string)
|
|
|
|
cache_spec = [ord(c) for c in cache_res]
|
|
|
|
cache_spec = [ord(c) for c in cache_res]
|
|
|
|