aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-05 05:48:30 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-05 05:48:30 +0100
commita339e5cfb5d1e28de2b8a1add87b5c29878cb616 (patch)
tree11654c4e36f79be54fc76a8dff0cd7f8397f84cd
parentf46f4a995b65dbe35d352c572ff0b4de15abc292 (diff)
downloadyoutube-dl-a339e5cfb5d1e28de2b8a1add87b5c29878cb616.tar.xz
Remove unused imports
-rw-r--r--youtube_dl/extractor/bliptv.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/bliptv.py b/youtube_dl/extractor/bliptv.py
index 4f1272f29..3ce9b5324 100644
--- a/youtube_dl/extractor/bliptv.py
+++ b/youtube_dl/extractor/bliptv.py
@@ -8,10 +8,8 @@ import socket
from .common import InfoExtractor
from ..utils import (
compat_http_client,
- compat_parse_qs,
compat_str,
compat_urllib_error,
- compat_urllib_parse_urlparse,
compat_urllib_request,
ExtractorError,