logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: a339e5cfb5d1e28de2b8a1add87b5c29878cb616
parent f46f4a995b65dbe35d352c572ff0b4de15abc292
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun,  5 Jan 2014 05:48:30 +0100

Remove unused imports

Diffstat:

Myoutube_dl/extractor/bliptv.py2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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,