mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
[atresplayer] make login page download errors non-fatal
This commit is contained in:
parent
e0e9bb2aa1
commit
587ce9ac92
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class AtresPlayerIE(InfoExtractor):
|
|||
return
|
||||
|
||||
self._request_webpage(
|
||||
urljoin(self._API_BASE, 'login'), None, 'Downloading login page')
|
||||
urljoin(self._API_BASE, 'login'), None, 'Downloading login page', fatal=False)
|
||||
|
||||
try:
|
||||
target_url = self._download_json(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue