mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 14:53:04 +01:00
[elemental_tv] Use relative imports
This commit is contained in:
parent
8bdf94aee3
commit
b76f13229d
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ import json
|
|||
import re
|
||||
import time
|
||||
|
||||
from yt_dlp.extractor.common import InfoExtractor
|
||||
from yt_dlp.networking.exceptions import HTTPError
|
||||
from yt_dlp.utils import ExtractorError
|
||||
from ..extractor.common import InfoExtractor
|
||||
from ..networking.exceptions import HTTPError
|
||||
from ..utils import ExtractorError
|
||||
|
||||
|
||||
class ElementalTVIE(InfoExtractor):
|
||||
|
|
Loading…
Add table
Reference in a new issue