浏览代码

[extractor/common] Fix typo

Sergey M․ 8 年之前
父节点
当前提交
dc0a869e5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/common.py

+ 1 - 1
youtube_dl/extractor/common.py

@@ -390,7 +390,7 @@ class InfoExtractor(object):
 
 
         This method is used to initialize geo bypass mechanism based on faking
         This method is used to initialize geo bypass mechanism based on faking
         X-Forwarded-For HTTP header. A random country from provided country list
         X-Forwarded-For HTTP header. A random country from provided country list
-        is selected and a random IP brlonging to this country is generated. This
+        is selected and a random IP belonging to this country is generated. This
         IP will be passed as X-Forwarded-For HTTP header in all subsequent
         IP will be passed as X-Forwarded-For HTTP header in all subsequent
         HTTP requests.
         HTTP requests.
         Method does nothing if no countries are specified.
         Method does nothing if no countries are specified.