mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 08:58:28 +00:00
Fix imports section
This commit is contained in:
parent
60b582751d
commit
9ca66dec4d
@ -1,7 +1,7 @@
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
from yt_dlp.extractor.common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from yt_dlp.utils import ExtractorError
|
from ..utils import ExtractorError
|
||||||
|
|
||||||
|
|
||||||
class SmotrimIE(InfoExtractor):
|
class SmotrimIE(InfoExtractor):
|
||||||
|
Loading…
Reference in New Issue
Block a user