experimental
This commit is contained in:
parent
0c17ea0a9a
commit
d8189925b8
2 changed files with 14 additions and 2 deletions
|
|
@ -50,7 +50,13 @@ to
|
||||||
|
|
||||||
experimental
|
experimental
|
||||||
------------
|
------------
|
||||||
TODO(jessebannon) fill out
|
Experimental flags reside under the ``experimental`` key:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
configuration:
|
||||||
|
experimental:
|
||||||
|
enable_update_with_info_json: True
|
||||||
|
|
||||||
``enable_update_with_info_json``
|
``enable_update_with_info_json``
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,13 @@ from ytdl_sub.validators.validators import StringValidator
|
||||||
|
|
||||||
class ExperimentalValidator(StrictDictValidator):
|
class ExperimentalValidator(StrictDictValidator):
|
||||||
"""
|
"""
|
||||||
TODO(jessebannon) fill out
|
Experimental flags reside under the ``experimental`` key:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
configuration:
|
||||||
|
experimental:
|
||||||
|
enable_update_with_info_json: True
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_optional_keys = {"enable_update_with_info_json"}
|
_optional_keys = {"enable_update_with_info_json"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue