1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

kanal5: import download_hls

This commit is contained in:
Johan Andersson 2013-03-24 20:33:39 +01:00
parent 613b31413d
commit f959af260c

View File

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