better docs
This commit is contained in:
parent
ecdc786e1c
commit
5581183aec
2 changed files with 18 additions and 12 deletions
|
|
@ -55,7 +55,12 @@ See `yt-dl's recommended way <https://github.com/ytdl-org/youtube-dl#how-do-i-pa
|
||||||
...download large channels?
|
...download large channels?
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
You can use the prebuilt preset :doc:`chunk_initial_download </prebuilt_presets/helpers>`
|
See the prebuilt preset :doc:`chunk_initial_download </prebuilt_presets/helpers>`.
|
||||||
|
|
||||||
|
...filter to include or exclude based on certain keywords?
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
See the prebuilt preset :doc:`Filter Keywords </prebuilt_presets/helpers>`.
|
||||||
|
|
||||||
There is a bug where...
|
There is a bug where...
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
|
||||||
|
|
@ -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.
|
Tilda mode allows override variables to be set directly underneath it.
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
Plex TV Show by Date:
|
|
||||||
|
|
||||||
= Documentaries:
|
Plex TV Show by Date | Filter Keywords:
|
||||||
"~NOVA PBS":
|
|
||||||
url: "https://www.youtube.com/@novapbs"
|
|
||||||
title_exclude_keywords:
|
|
||||||
- "preview"
|
|
||||||
- "trailer"
|
|
||||||
|
|
||||||
"~To Catch a Smuggler":
|
= Documentaries:
|
||||||
url: "https://www.youtube.com/@NatGeo"
|
"~NOVA PBS":
|
||||||
title_include_keywords:
|
url: "https://www.youtube.com/@novapbs"
|
||||||
- "To Catch a Smuggler"
|
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
|
Chunk Initial Download
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue