more edits, get sub reference next
This commit is contained in:
parent
926b0f9ddb
commit
30d9513ff8
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
Automating Downloads
|
||||
====================
|
||||
|
||||
One of the key capabilities of ``ytdl-sub`` is how well it runs without user input, but to take advantage of this you must set up scheduling to execute the commands at some interval. How you set up this scheduling depends on which version of ``ytdl-sub`` you downloaded.
|
||||
One of the key capabilities of ``ytdl-sub`` automating new downloads.
|
||||
To take advantage of this, you must set up scheduling to execute the commands at some interval.
|
||||
How you set up this scheduling depends on which version of ``ytdl-sub`` you downloaded.
|
||||
|
||||
|
||||
:ref:`Guide for Docker and Unraid Containers <guides/getting_started/automating_downloads:docker and unraid>`
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ Below shows a complete subscription file using the above two custom presets.
|
|||
"BBC News": "https://www.youtube.com/@BBCNews"
|
||||
|
||||
Notice how we do not need to define ``tv_show_directory`` in the ``__preset__`` section
|
||||
like in prior examples. This is because our custom presets already do the work of defining it.
|
||||
like in prior examples. This is because our custom presets do the work of defining it.
|
||||
|
||||
Reference Custom Config in the CLI
|
||||
----------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue