Improve refresh_channels helptext.

master
voussoir 2021-11-10 22:20:24 -08:00
parent 5929a7689c
commit 424113f061
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 7 additions and 2 deletions

View File

@ -274,15 +274,20 @@ refresh_channels='''
refresh_channels: refresh_channels:
Refresh some or all channels in the database. Refresh some or all channels in the database.
New videos will have their state marked with the channel's automark value,
and queuefiles will be created for channels with automark=downloaded.
> ycdl_cli.py refresh_channels <flags> > ycdl_cli.py refresh_channels <flags>
flags: flags:
--channels X Y Z: --channels X Y Z:
Any number of channel IDs. Any number of channel IDs.
If omitted, all channels will be refreshed.
--force: --force:
If omitted, only new videos are downloaded. If omitted, only new videos are found.
If included, channels are refreshed completely. If included, channels are refreshed completely. This may be slow and
cost a lot of API calls.
Examples: Examples:
> ycdl_cli.py refresh_channels --force > ycdl_cli.py refresh_channels --force