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

picsearch: import hds and hdsparse.

This commit is contained in:
Johan Andersson 2014-12-03 17:49:15 +01:00
parent 5bfd1fb736
commit 8e4a428543

View File

@ -8,6 +8,7 @@ import copy
from svtplay_dl.service import Service, OpenGraphThumbMixin
from svtplay_dl.utils import get_http_data, HTTPError
from svtplay_dl.fetcher.rtmp import RTMP
from svtplay_dl.fetcher.hds import HDS, hdsparse
from svtplay_dl.log import log
class Picsearch(Service, OpenGraphThumbMixin):