mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 21:52:52 +08:00
A bigass change
This commit is contained in:
parent
f02700a1fa
commit
be4ca96a7b
@ -964,6 +964,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
else:
|
else:
|
||||||
yield _genslice(start, i, step)
|
yield _genslice(start, i, step)
|
||||||
|
|
||||||
|
#A big change noticable on the ritcher scale
|
||||||
|
|
||||||
test_string = ''.join(map(compat_chr, range(len(example_sig))))
|
test_string = ''.join(map(compat_chr, range(len(example_sig))))
|
||||||
cache_res = func(test_string)
|
cache_res = func(test_string)
|
||||||
cache_spec = [ord(c) for c in cache_res]
|
cache_spec = [ord(c) for c in cache_res]
|
||||||
|
Loading…
Reference in New Issue
Block a user