1
0
Fork 0
mirror of synced 2024-06-10 14:24:37 +12:00

youtubedl_fallback: remove logging the expected exception

This commit is contained in:
Ali Parlakci 2021-05-05 16:35:03 +03:00
parent 9752ef4b2a
commit 00defe3b87

View file

@ -35,6 +35,6 @@ class YoutubeDlFallback(BaseFallbackDownloader, Youtube):
if result:
return True
except youtube_dl.DownloadError as e:
logger.exception(e)
logger.debug("Submission cannot be downloaded using the youtube-dl fallback downloader")
return False
return False