mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-02 01:33:41 +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:
|
||||
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(
|
||||
|
|
Loading…
Reference in a new issue