mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[extractor/common] Fix typo
This commit is contained in:
parent
e39b5d4ab8
commit
dc0a869e5e
@ -390,7 +390,7 @@ def _initialize_geo_bypass(self, countries):
|
||||
|
||||
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 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
|
||||
HTTP requests.
|
||||
Method does nothing if no countries are specified.
|
||||
|
Loading…
Reference in New Issue
Block a user