projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5a69a
)
[utils] Correct docstring of YoutubeDLHandler
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 29 Nov 2015 04:46:04 +0000
(12:46 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 29 Nov 2015 04:46:04 +0000
(12:46 +0800)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 653a49055e9b37217847f49c378967e9274091b1..c43e9e3a139a7222b3f0ffc53217a9bcdf3f0a02 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-679,7
+679,7
@@
class YoutubeDLHandler(compat_urllib_request.HTTPHandler):
the standard headers to every HTTP request and handles gzipped and
deflated responses from web servers. If compression is to be avoided in
a particular request, the original request in the program code only has
- to include the HTTP header "Youtubedl-
No-C
ompression", which will be
+ to include the HTTP header "Youtubedl-
no-c
ompression", which will be
removed before making the real request.
Part of this code was copied from: