mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 10:50:38 +00:00
[elemental_tv] Use relative imports
This commit is contained in:
parent
8bdf94aee3
commit
b76f13229d
@ -2,9 +2,9 @@ import json
|
|||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from yt_dlp.extractor.common import InfoExtractor
|
from ..extractor.common import InfoExtractor
|
||||||
from yt_dlp.networking.exceptions import HTTPError
|
from ..networking.exceptions import HTTPError
|
||||||
from yt_dlp.utils import ExtractorError
|
from ..utils import ExtractorError
|
||||||
|
|
||||||
|
|
||||||
class ElementalTVIE(InfoExtractor):
|
class ElementalTVIE(InfoExtractor):
|
||||||
|
Loading…
Reference in New Issue
Block a user