mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-03 02:03:30 +08:00
Fix #2
This commit is contained in:
parent
2570ea1b92
commit
1e64caf38b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class MediaDownloader:
|
||||||
try:
|
try:
|
||||||
return self._download(url=url, media_type=media_type)
|
return self._download(url=url, media_type=media_type)
|
||||||
except Exception:
|
except Exception:
|
||||||
self._log.exception('Failed to download %s', url)
|
self._log.error('Failed to download %s', url)
|
||||||
raise
|
raise
|
||||||
|
|
||||||
def _configure_ytdl_opts(
|
def _configure_ytdl_opts(
|
||||||
|
|
Loading…
Reference in a new issue