[jsinterp] Implement timeout

Workaround for #4716
This commit is contained in:
pukkandan 2022-08-22 06:19:06 +05:30
parent 822d66e591
commit 992dc6b486
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
3 changed files with 10 additions and 6 deletions

View file

@ -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(