Adjust import

This commit is contained in:
tcely 2025-03-08 09:28:24 -05:00 committed by GitHub
parent cffe8348c3
commit a8fd6ee00b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ from django.conf import settings
from .hooks import postprocessor_hook, progress_hook
from .utils import mkdir_p
import yt_dlp
import yt_dlp.patches.check_thumbnails
import yt_dlp.patch.check_thumbnails
from yt_dlp.utils import remove_end