mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-15 11:07:03 +00:00
@@ -2630,7 +2630,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
ret = extract_nsig(jsi, func_code)(s)
|
||||
except JSInterpreter.Exception as e:
|
||||
try:
|
||||
jsi = PhantomJSwrapper(self)
|
||||
jsi = PhantomJSwrapper(self, timeout=5000)
|
||||
except ExtractorError:
|
||||
raise e
|
||||
self.report_warning(
|
||||
|
Reference in New Issue
Block a user