summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-20 23:21:15 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-20 23:21:15 +0700
commit3ccdde8cb76cacb7b2b64469ca51d3b1877da1f6 (patch)
tree4e0726a53e22b9da83a05f6349638cb1de017d44
parentda42ff066811490064e0c3039b9db5c0e9a69f58 (diff)
downloadyoutube-dl-3ccdde8cb76cacb7b2b64469ca51d3b1877da1f6.tar.gz
youtube-dl-3ccdde8cb76cacb7b2b64469ca51d3b1877da1f6.tar.xz
youtube-dl-3ccdde8cb76cacb7b2b64469ca51d3b1877da1f6.zip
[extractor/common] Emphasize geo bypass APIs are experimental
-rw-r--r--youtube_dl/extractor/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 272da74b6..1ae264722 100644
--- a/youtube_dl/extractor/common.py
+++ b/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.
     """