mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-05 21:34:52 +09:00
parent
e102b9993a
commit
a084c80f7b
@ -1710,8 +1710,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
extra_id = self._signature_cache_id(example_sig)
|
extra_id = self._signature_cache_id(example_sig)
|
||||||
self.write_debug('Extracting signature function {0}-{1}'.format(player_url, extra_id))
|
self.write_debug('Extracting signature function {0}-{1}'.format(player_url, extra_id))
|
||||||
cache_spec, code = self._load_player_data_from_cache(
|
cache_spec, code = self._load_player_data_from_cache(
|
||||||
'sigfuncs', player_url, extra_id=extra_id, min_ver='2025.04.07'
|
'sigfuncs', player_url, extra_id=extra_id), None
|
||||||
), None
|
|
||||||
|
|
||||||
if not cache_spec:
|
if not cache_spec:
|
||||||
code = self._load_player(video_id, player_url)
|
code = self._load_player(video_id, player_url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user