docs about multi url
This commit is contained in:
parent
fe27c226df
commit
6a8c46c1f8
1 changed files with 11 additions and 0 deletions
|
|
@ -58,6 +58,17 @@ and overriding the following variables:
|
||||||
# episode_title: "{upload_date_standardized} - {title}"
|
# episode_title: "{upload_date_standardized} - {title}"
|
||||||
# episode_description: "{webpage_url}"
|
# 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
|
TV Show Collection
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue