projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f660c89
)
typo
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 27 Nov 2012 23:22:55 +0000
(
00:22
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 27 Nov 2012 23:22:55 +0000
(
00:22
+0100)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 41e6b85509be30a723d2d50e5a95a4cc5571333d..3fcb0927faa7436419d30bfc407b76cd2c44bd4b 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-42,9
+42,9
@@
except ImportError: # Python 2
import HTMLParser as compat_html_parser
try:
- import http.client as compat_ht
ml
_client
+ import http.client as compat_ht
tp
_client
except ImportError: # Python 2
- import httplib as compat_ht
ml
_client
+ import httplib as compat_ht
tp
_client
try:
from urllib.parse import parse_qs as compat_parse_qs