mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-13 21:16:49 +01:00
[ie/youtube] Raise if n
function returns input value (#11752)
Improve a95ee6d8803fca9157adecf63732ab58bf87fd88 Authored by: bashonly
This commit is contained in:
parent
a95ee6d880
commit
4bd2655398
@ -3280,7 +3280,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
except Exception as e:
|
||||
raise JSInterpreter.Exception(traceback.format_exc(), cause=e)
|
||||
|
||||
if ret.startswith('enhanced_except_') or ret.endswith(f'_w8_{s}'):
|
||||
if ret.startswith('enhanced_except_') or ret.endswith(s):
|
||||
raise JSInterpreter.Exception('Signature function returned an exception')
|
||||
return ret
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user