mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
urplay: missing imports
This commit is contained in:
parent
b5e67876c4
commit
e63e23bd70
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user