ytdl-sub/tests/resources/transaction_log_summaries
Jesse Bannon 28c29683cb
[FEATURE] Filter Keywords prebuilt preset (#1086)
Adds ``Filter Keywords``, a preset that can include or exclude media with any of the listed keywords. Both keywords and title/description are lower-cased before filtering.

Supports the following override variables:

* ``title_include_keywords``
* ``title_exclude_keywords``
* ``description_include_keywords``
* ``description_exclude_keywords``

For best usage, use the `~` tilda subscription mode to set a subscription's list override variables.
Tilda mode allows override variables to be set directly underneath it.

```
Plex TV Show by Date | Filter Keywords:
  
  = Documentaries:
    "~NOVA PBS":
       url: "https://www.youtube.com/@novapbs"
       title_exclude_keywords:
         - "preview"
         - "trailer"  

    "~To Catch a Smuggler":
       url: "https://www.youtube.com/@NatGeo"
       title_include_keywords:
         - "To Catch a Smuggler"
```
2024-10-05 01:03:52 -07:00
..
bandcamp [DEV] Update fixtures (#995) 2024-06-02 00:05:44 -07:00
dl [DEV] More OutputOption unit tests (#1082) 2024-10-02 21:37:54 -07:00
integration/prebuilt_presets [FEATURE] Filter Keywords prebuilt preset (#1086) 2024-10-05 01:03:52 -07:00
plugins [DEV] Unit test chapters (#1083) 2024-10-03 21:42:19 -07:00
soundcloud [FEATURE] Music tag dates (#938) 2024-02-28 13:48:42 -08:00
unit [DEV] Remove old prebuilt fixtures (#1081) 2024-10-01 08:21:27 -07:00
youtube [DEV] More OutputOption unit tests (#1082) 2024-10-02 21:37:54 -07:00