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:
parent
3398c8f14c
commit
c606b9b031
@ -11,7 +11,7 @@ import binascii
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
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.fetcher import VideoRetriever
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user