diff --git a/docs/source/faq/index.rst b/docs/source/faq/index.rst index 1822194f..f8ae6653 100644 --- a/docs/source/faq/index.rst +++ b/docs/source/faq/index.rst @@ -55,7 +55,12 @@ See `yt-dl's recommended way ` +See the prebuilt preset :doc:`chunk_initial_download `. + +...filter to include or exclude based on certain keywords? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +See the prebuilt preset :doc:`Filter Keywords `. There is a bug where... ----------------------- diff --git a/docs/source/prebuilt_presets/helpers.rst b/docs/source/prebuilt_presets/helpers.rst index 6f67693f..80c76ef1 100644 --- a/docs/source/prebuilt_presets/helpers.rst +++ b/docs/source/prebuilt_presets/helpers.rst @@ -48,19 +48,20 @@ Include or exclude media with any of the listed keywords in their titles. Both k Tilda mode allows override variables to be set directly underneath it. .. code-block:: yaml - Plex TV Show by Date: - = Documentaries: - "~NOVA PBS": - url: "https://www.youtube.com/@novapbs" - title_exclude_keywords: - - "preview" - - "trailer" + Plex TV Show by Date | Filter Keywords: - "~To Catch a Smuggler": - url: "https://www.youtube.com/@NatGeo" - title_include_keywords: - - "To Catch a Smuggler" + = 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" Chunk Initial Download