projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e39b5d4
)
[extractor/common] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Tue, 21 Feb 2017 16:05:31 +0000
(23:05 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 21 Feb 2017 16:05:31 +0000
(23:05 +0700)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 86aff331297af8ab2d30b85e48b6fde025d4fcbb..6d4789d9636cc6874e2979dcfcbe56839323ad7c 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-390,7
+390,7
@@
class InfoExtractor(object):
This method is used to initialize geo bypass mechanism based on faking
X-Forwarded-For HTTP header. A random country from provided country list
- is selected and a random IP b
r
longing to this country is generated. This
+ is selected and a random IP b
e
longing to this country is generated. This
IP will be passed as X-Forwarded-For HTTP header in all subsequent
HTTP requests.
Method does nothing if no countries are specified.