aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/utils.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-11-29 12:46:04 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-11-29 12:46:04 +0800
commit0424ec307bb920a2a7c217a741241f3d2af84efa (patch)
tree3b8941cb772889548fc686e442c96964cdb4b957 /youtube_dl/utils.py
parentac5a69af45307b583a9a6088abe5939bec18d562 (diff)
downloadyoutube-dl-0424ec307bb920a2a7c217a741241f3d2af84efa.tar.xz
[utils] Correct docstring of YoutubeDLHandler
Diffstat (limited to 'youtube_dl/utils.py')
-rw-r--r--youtube_dl/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py
index 653a49055..c43e9e3a1 100644
--- 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-Compression", which will be
+ to include the HTTP header "Youtubedl-no-compression", which will be
removed before making the real request.
Part of this code was copied from: