From 30d9513ff8da07cb32fc131a72aebc78273313b1 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 14 Dec 2024 09:30:18 -0800 Subject: [PATCH] more edits, get sub reference next --- docs/source/guides/getting_started/automating_downloads.rst | 4 +++- docs/source/guides/getting_started/first_config.rst | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/getting_started/automating_downloads.rst b/docs/source/guides/getting_started/automating_downloads.rst index 5cea7cc8..e1e1441d 100644 --- a/docs/source/guides/getting_started/automating_downloads.rst +++ b/docs/source/guides/getting_started/automating_downloads.rst @@ -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 ` diff --git a/docs/source/guides/getting_started/first_config.rst b/docs/source/guides/getting_started/first_config.rst index f7a43a85..9c6e795d 100644 --- a/docs/source/guides/getting_started/first_config.rst +++ b/docs/source/guides/getting_started/first_config.rst @@ -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 ----------------------------------