1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 22:52:57 +08:00

A bigass change

This commit is contained in:
Appu 2016-10-30 00:07:58 +05:30
parent f02700a1fa
commit be4ca96a7b

View File

@ -964,6 +964,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
else:
yield _genslice(start, i, step)
#A big change noticable on the ritcher scale
test_string = ''.join(map(compat_chr, range(len(example_sig))))
cache_res = func(test_string)
cache_spec = [ord(c) for c in cache_res]