From 6a8c46c1f897acbf7575b89ef6484387323917c6 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 30 Mar 2023 09:08:02 -0700 Subject: [PATCH] docs about multi url --- docs/presets.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/presets.rst b/docs/presets.rst index 28b46408..7a0cf50c 100644 --- a/docs/presets.rst +++ b/docs/presets.rst @@ -58,6 +58,17 @@ and overriding the following variables: # episode_title: "{upload_date_standardized} - {title}" # episode_description: "{webpage_url}" +In addition, you can add multiple URLs to create a single TV by using the override variables +``url2``, ``url3``, ..., ``url20``: + +.. code-block:: yaml + + overrides: + tv_show_name: "Rick A" + tv_show_directory: "/path/to/youtube_shows" + url: "https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw" + url2: "https://www.youtube.com/@just.rick_6" + TV Show Collection ^^^^^^^^^^^^^^^^^^