Clarify max_videos description.

This commit is contained in:
tastytea 2020-12-19 13:00:58 +01:00
parent 42d10093fa
commit 4b38fd2b15
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ ytdl_extra_args="--quiet"
| *download_dir* | The directory to which the videos will be downloaded.
| *keep_for_days* | Download only videos newer than this many days and delete older videos.
| *ytdl_format* | Same syntax as link:{url-ytdl-format}[youtube-dl --format]. Default is "best".
| *max_videos* | Maximum number of videos to consider. Default is to consider all.
| *max_videos* | Maximum number of videos to consider per feed. Default is to consider all.
| *ytdl_extra_args* | Extra arguments for `youtube-dl`. Optional.
|===============================================================================