1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[extractor/common] Emphasize geo bypass APIs are experimental

This commit is contained in:
Sergey M․ 2017-02-20 23:21:15 +07:00
parent da42ff0668
commit 3ccdde8cb7
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -333,6 +333,9 @@ class InfoExtractor(object):
geo restriction bypass mechanism right away in order to bypass geo restriction bypass mechanism right away in order to bypass
geo restriction, of course, if the mechanism is not disabled. (experimental) 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 Finally, the _WORKING attribute should be set to False for broken IEs
in order to warn the users and skip the tests. in order to warn the users and skip the tests.
""" """