deprecation notice
This commit is contained in:
parent
eb96c32c23
commit
2f70a71c95
2 changed files with 10 additions and 1 deletions
|
|
@ -1,6 +1,15 @@
|
||||||
Deprecation Notices
|
Deprecation Notices
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
Dec 2025
|
||||||
|
--------
|
||||||
|
|
||||||
|
Override variables names can no longer be plugin names, to avoid the common pitfall of
|
||||||
|
defining a plugin underneath ``overrides``.
|
||||||
|
|
||||||
|
In the past, there was usage of a ``date_range`` override variable in a few example configs
|
||||||
|
that complimented the ``Only Recent`` preset. This overrride variable usage needs to be
|
||||||
|
replaced with ``only_recent_date_range``.
|
||||||
|
|
||||||
Sep 2024
|
Sep 2024
|
||||||
--------
|
--------
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,6 @@ TV Show Only Recent:
|
||||||
# to set only for that subscriptions
|
# to set only for that subscriptions
|
||||||
"~BBC News":
|
"~BBC News":
|
||||||
url: "https://www.youtube.com/@BBCNews" # use url2, url3, ... for multi-url in this form
|
url: "https://www.youtube.com/@BBCNews" # use url2, url3, ... for multi-url in this form
|
||||||
date_range: "2weeks"
|
only_recent_date_range: "2weeks"
|
||||||
"Frontline PBS": "https://www.youtube.com/@frontline"
|
"Frontline PBS": "https://www.youtube.com/@frontline"
|
||||||
"Whitehouse": "https://www.bitchute.com/channel/zWsYVmCOu4JA/" # Supports non-YT sites
|
"Whitehouse": "https://www.bitchute.com/channel/zWsYVmCOu4JA/" # Supports non-YT sites
|
||||||
Loading…
Reference in a new issue