From a746cbd7bc3febecd64aaaa6df7d50f623f88fdd Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 5 Oct 2024 00:44:57 -0700 Subject: [PATCH] docs --- docs/source/prebuilt_presets/helpers.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/source/prebuilt_presets/helpers.rst b/docs/source/prebuilt_presets/helpers.rst index 80c76ef10..c4a36f055 100644 --- a/docs/source/prebuilt_presets/helpers.rst +++ b/docs/source/prebuilt_presets/helpers.rst @@ -38,9 +38,14 @@ Add the following preset to download the best available audio and video quality, Filter Keywords --------------- -Include or exclude media with any of the listed keywords in their titles. Both keywords and title/description are lower-cased before filtering. +``Filter Keywords`` can include or exclude media with any of the listed keywords in their titles. Both keywords and title/description are lower-cased before filtering. -``Filter Keywords`` +Supports the following override variables: + +* ``title_include_keywords`` +* ``title_exclude_keywords`` +* ``description_include_keywords`` +* ``description_exclude_keywords`` .. tip::