Browse Source
[extractor/common] Emphasize geo bypass APIs are experimental
master
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
3 additions and
0 deletions
-
youtube_dl/extractor/common.py
|
|
@ -333,6 +333,9 @@ class InfoExtractor(object): |
|
|
|
geo restriction bypass mechanism right away in order to bypass |
|
|
|
geo restriction, of course, if the mechanism is not disabled. (experimental) |
|
|
|
|
|
|
|
NB: both these geo attributes are experimental and may change in future |
|
|
|
or be completely removed. |
|
|
|
|
|
|
|
Finally, the _WORKING attribute should be set to False for broken IEs |
|
|
|
in order to warn the users and skip the tests. |
|
|
|
""" |
|
|
|