mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
dr: missing imports
This commit is contained in:
parent
cceb60f8b3
commit
9b5a67e874
@ -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, select_quality
|
||||
from svtplay_dl.fetcher.rtmp import download_rtmp
|
||||
from svtplay_dl.fetcher.hls import download_hls
|
||||
from svtplay_dl.log import log
|
||||
|
||||
class Dr(Service):
|
||||
def handle(self, url):
|
||||
|
Loading…
Reference in New Issue
Block a user