projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f46f4a9
)
Remove unused imports
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 5 Jan 2014 04:48:30 +0000
(
05:48
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 5 Jan 2014 04:48:30 +0000
(
05:48
+0100)
youtube_dl/extractor/bliptv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bliptv.py
b/youtube_dl/extractor/bliptv.py
index 4f1272f29aa122e309f35c0c9ece72f8278429c7..3ce9b53242eb0948c0b9d5fe3b572d577e385bea 100644
(file)
--- 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,