mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 03:43:18 +00:00
Do not warn if fallback is without alternatives (because we did not get the flash player URL)
This commit is contained in:
parent
bdde940e90
commit
d2d8f89531
|
@ -1063,8 +1063,8 @@ def _decrypt_signature(self, s, video_id, player_url, age_gate=False):
|
|||
self._downloader.report_warning(
|
||||
u'Automatic signature extraction failed: ' + tb)
|
||||
|
||||
self._downloader.report_warning(
|
||||
u'Warning: Falling back to static signature algorithm')
|
||||
self._downloader.report_warning(
|
||||
u'Warning: Falling back to static signature algorithm')
|
||||
return self._static_decrypt_signature(
|
||||
s, video_id, player_url, age_gate)
|
||||
|
||||
|
|
Loading…
Reference in a new issue