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

ruv: Temporary import modules as lib.*

Need to solve this... later.
This commit is contained in:
Olof Johansson 2013-02-28 21:43:34 +01:00
parent 7a4f76ca95
commit dacd3e715a

View File

@ -1,7 +1,7 @@
import re import re
from lib.svtplay.utils import get_http_data from lib.svtplay.utils import get_http_data
from svtplay.hls import download_hls from lib.svtplay.hls import download_hls
class Ruv(object): class Ruv(object):
def handle(self, url): def handle(self, url):