1
0
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:
Tony Lefebvre 2019-04-28 21:37:46 +02:00
parent 60860c2e95
commit 02a17992b8

View File

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