# ex:ts=4:sw=4:sts=4:et # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- from __future__ import absolute_import import re import copy import json from svtplay_dl.service import Service from svtplay_dl.log import log from svtplay_dl.utils import get_http_data, HTTPError from svtplay_dl.fetcher.hls import HLS, hlsparse class Ruv(Service): supported_domains = ['ruv.is'] def get(self, options): try: match = re.search(r'"([^"]+geo.php)"', self.get_urldata()) except HTTPError: log.error("Can't get the page") return if match: data = get_http_data(match.group(1)) match = re.search(r'punktur=\(([^ ]+)\)', data) if match: janson = json.loads(match.group(1)) options.live = checklive(janson["result"][1]) streams = hlsparse(janson["result"][1]) for n in list(streams.keys()): yield HLS(copy.copy(options), streams[n], n) else: match = re.search(r'