Merge pull request #182 from cxu-fork/fix-missing-type

fix missing type
This commit is contained in:
Taras Terletsky 2023-10-03 15:23:49 +03:00 committed by GitHub
commit 67bf8c67ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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