1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

urplay: import subtitle_tt

This commit is contained in:
Johan Andersson 2013-03-24 20:28:14 +01:00
parent fc6a91c03a
commit 6e49f503a8

View File

@ -4,7 +4,7 @@ from __future__ import absolute_import
import re
import json
from svtplay_dl.utils import get_http_data
from svtplay_dl.utils import get_http_data, subtitle_tt
from svtplay_dl.fetcher.rtmp import download_rtmp
from svtplay_dl.fetcher.hds import download_hds
from svtplay_dl.fetcher.hls import download_hls