mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-29 19:47:54 +01:00
[20875] fix Can't be None
This commit is contained in:
parent
60860c2e95
commit
02a17992b8
@ -222,7 +222,6 @@ class LivestreamIE(InfoExtractor):
|
||||
api_url = self._API_URL_TEMPLATE % (account, event)
|
||||
api_new_url = self._API_NEW_URL_TEMPLATE % (account, event)
|
||||
|
||||
if self._downloader is not None:
|
||||
downloader_params = self._downloader.params
|
||||
video_password = downloader_params.get("videopassword")
|
||||
if video_password:
|
||||
|
Loading…
Reference in New Issue
Block a user