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

hls: Unused import select_quality

This commit is contained in:
Johan Andersson 2014-04-27 20:47:56 +02:00
parent 5c190169f2
commit 663e69eca6

View File

@ -5,7 +5,7 @@ import sys
import os
import re
from svtplay_dl.utils import get_http_data, select_quality
from svtplay_dl.utils import get_http_data
from svtplay_dl.output import progressbar, progress_stream, ETA
from svtplay_dl.log import log
from svtplay_dl.utils.urllib import urlparse