This commit is contained in:
Taras Terletskyi 2023-02-25 20:07:31 +02:00
parent 2570ea1b92
commit 1e64caf38b

View file

@ -45,7 +45,7 @@ class MediaDownloader:
try:
return self._download(url=url, media_type=media_type)
except Exception:
self._log.exception('Failed to download %s', url)
self._log.error('Failed to download %s', url)
raise
def _configure_ytdl_opts(