mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-03 18:23:34 +08:00
Merge pull request #182 from cxu-fork/fix-missing-type
fix missing type
This commit is contained in:
commit
67bf8c67ec
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from worker.core.exceptions import MediaDownloaderError
|
|||
from ytdl_opts.per_host._base import AbstractHostConfig
|
||||
|
||||
try:
|
||||
from ytdl_opts.user import FINAL_THUMBNAIL_FORMAT
|
||||
from ytdl_opts.user import FINAL_AUDIO_FORMAT, FINAL_THUMBNAIL_FORMAT
|
||||
except ImportError:
|
||||
from ytdl_opts.default import FINAL_AUDIO_FORMAT, FINAL_THUMBNAIL_FORMAT
|
||||
|
||||
|
|
Loading…
Reference in a new issue