deprecation notice
This commit is contained in:
parent
e2e309b3ef
commit
fbcb7cedc1
2 changed files with 9 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ and subscriptions.
|
|||
.. autoclass:: ytdl_sub.config.config_validator.ConfigOptions()
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:exclude-members: persist_logs, experimental
|
||||
:exclude-members: subscription_value, persist_logs, experimental
|
||||
|
||||
persist_logs
|
||||
""""""""""""
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
Deprecation Notices
|
||||
===================
|
||||
|
||||
Oct 2023
|
||||
--------
|
||||
|
||||
subscription preset and value
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
The use of ``__value__`` will go away in Dec 2023 in favor of the method found in
|
||||
:ref:`beautifying subscriptions`. ``__preset__`` will still be supported for the time being.
|
||||
|
||||
July 2023
|
||||
---------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue