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:
parent
60b582751d
commit
9ca66dec4d
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user