mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
822d66e591
commit
992dc6b486
3 changed files with 10 additions and 6 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue