Remove unused imports
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 5 Jan 2014 04:48:30 +0000 (05:48 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 5 Jan 2014 04:48:30 +0000 (05:48 +0100)
youtube_dl/extractor/bliptv.py

index 4f1272f29aa122e309f35c0c9ece72f8278429c7..3ce9b53242eb0948c0b9d5fe3b572d577e385bea 100644 (file)
@@ -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,