diff --git a/lib/svtplay_dl/service/kanal5.py b/lib/svtplay_dl/service/kanal5.py index 0381f3e..b52a392 100644 --- a/lib/svtplay_dl/service/kanal5.py +++ b/lib/svtplay_dl/service/kanal5.py @@ -13,6 +13,7 @@ else: from svtplay_dl.utils import get_http_data, select_quality, subtitle_json from svtplay_dl.log import log from svtplay_dl.fetcher.rtmp import download_rtmp +from svtplay_dl.fetcher.hls import download_hls class Kanal5(): def handle(self, url):