Просмотр исходного кода

[utils] Correct docstring of YoutubeDLHandler

Yen Chi Hsuan 10 лет назад
Родитель
Сommit
0424ec307b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      youtube_dl/utils.py

+ 1 - 1
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
     the standard headers to every HTTP request and handles gzipped and
     deflated responses from web servers. If compression is to be avoided in
     deflated responses from web servers. If compression is to be avoided in
     a particular request, the original request in the program code only has
     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.
     removed before making the real request.
 
 
     Part of this code was copied from:
     Part of this code was copied from: