mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-05 12:36:17 -07:00
parent
e102b9993a
commit
a084c80f7b
1 changed files with 1 additions and 2 deletions
|
@ -1710,8 +1710,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||
extra_id = self._signature_cache_id(example_sig)
|
||||
self.write_debug('Extracting signature function {0}-{1}'.format(player_url, extra_id))
|
||||
cache_spec, code = self._load_player_data_from_cache(
|
||||
'sigfuncs', player_url, extra_id=extra_id, min_ver='2025.04.07'
|
||||
), None
|
||||
'sigfuncs', player_url, extra_id=extra_id), None
|
||||
|
||||
if not cache_spec:
|
||||
code = self._load_player(video_id, player_url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue