[elemental_tv] Use relative imports

This commit is contained in:
mp107 2024-06-17 19:47:25 +02:00
parent 8bdf94aee3
commit b76f13229d

View File

@ -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):