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

urplay: missing imports

This commit is contained in:
Johan Andersson 2014-01-08 23:36:57 +01:00
parent b5e67876c4
commit e63e23bd70

View File

@ -3,11 +3,13 @@
from __future__ import absolute_import
import re
import json
import sys
from svtplay_dl.service import Service
from svtplay_dl.utils import get_http_data, subtitle_tt
from svtplay_dl.fetcher.rtmp import download_rtmp
from svtplay_dl.fetcher.hls import download_hls
from svtplay_dl.log import log
class Urplay(Service):
supported_domains = ['urplay.se', 'ur.se']