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:
parent
f02700a1fa
commit
be4ca96a7b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user