projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da42ff0
)
[extractor/common] Emphasize geo bypass APIs are experimental
author
Sergey M․
<dstftw@gmail.com>
Mon, 20 Feb 2017 16:21:15 +0000
(23:21 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 20 Feb 2017 16:21:15 +0000
(23:21 +0700)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 272da74b65997fcc02153159cd512c2fb7c0f36a..1ae26472295707213cadb1b1410f501ace7d8236 100644
(file)
--- 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.
"""