From fc788c586df53092195f549514836356f4dd4b32 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 8 Nov 2022 08:19:09 +0700 Subject: [PATCH] better wording for scheduler frequency, #358 --- docs/Settings.md | 2 +- tubearchivist/home/templates/home/settings.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Settings.md b/docs/Settings.md index 72e69e7..0bc920d 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -102,7 +102,7 @@ Examples: NOTE: - Changes in the scheduler settings require a container restart to take effect. - Cron format as *number*/*number* are none standard cron and are not supported by the scheduler, for example **0 0/12 \*** is invalid, use **0 \*/12 \*** instead. -- Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason * or wildcards for minutes are not supported. +- Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason, the scheduler doesn't support schedules that trigger more than once per hour. ## Rescan Subscriptions That's the equivalent task as run from the downloads page looking through your channel and playlist and add missing videos to the download queue. diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index dd94879..049f79c 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -186,7 +186,7 @@

Note: