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: