1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 00:48:28 +00:00

Fix imports section

This commit is contained in:
Nikolay Fedorov 2025-08-01 22:20:17 +03:00 committed by GitHub
parent 60b582751d
commit 9ca66dec4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import re
from yt_dlp.extractor.common import InfoExtractor
from yt_dlp.utils import ExtractorError
from .common import InfoExtractor
from ..utils import ExtractorError
class SmotrimIE(InfoExtractor):