mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:59:39 +00:00
better wording for scheduler frequency, #358
This commit is contained in:
@@ -102,7 +102,7 @@ Examples:
|
|||||||
NOTE:
|
NOTE:
|
||||||
- Changes in the scheduler settings require a container restart to take effect.
|
- 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.
|
- 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
|
## 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.
|
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.
|
||||||
|
|||||||
@@ -186,7 +186,7 @@
|
|||||||
<p>Note:</p>
|
<p>Note:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Changes in the scheduler settings require a container restart to take effect.</li>
|
<li>Changes in the scheduler settings require a container restart to take effect.</li>
|
||||||
<li>Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason <i>*</i> or <i>wildcard</i> for minutes is not supported.</li>
|
<li>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.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user