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

hds: we don't need select_quality anymore inside this class.

This commit is contained in:
Johan Andersson 2014-04-27 16:01:26 +02:00
parent 3398c8f14c
commit c606b9b031

View File

@ -11,7 +11,7 @@ import binascii
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from svtplay_dl.output import progressbar, progress_stream, ETA from svtplay_dl.output import progressbar, progress_stream, ETA
from svtplay_dl.utils import get_http_data, select_quality, is_py2_old, is_py2, is_py3 from svtplay_dl.utils import get_http_data, is_py2_old, is_py2, is_py3
from svtplay_dl.error import UIException from svtplay_dl.error import UIException
from svtplay_dl.fetcher import VideoRetriever from svtplay_dl.fetcher import VideoRetriever