from __future__ import absolute_import import sys import re import json import xml.etree.ElementTree as ET from svtplay_dl.utils import get_http_data from svtplay_dl.service import Service from svtplay_dl.utils import get_http_data, select_quality from svtplay_dl.fetcher.http import download_http from svtplay_dl.log import log class Mtvservices(Service): def handle(self, url): return ("colbertnation.com" in url) or ("www.thedailyshow.com" in url) def get(self, options, url): data = get_http_data(url) match = re.search("mgid=\"(mgid.*[0-9]+)\" data-wi", data) if not match: sys.exit(2) url = "http://media.mtvnservices.com/player/html5/mediagen/?uri=%s" % match.group(1) data = get_http_data(url) start = data.index("