From 14bab6d8a7bf77b14064e1cc399b5c60851f3ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20P=C5=82ocki?= Date: Mon, 5 Feb 2024 20:06:11 +0100 Subject: [PATCH] README: add information about download_last_n_episodes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4a5b1f1..ac32261 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ If a directory for podcast is empty, the script needs to recognize what to do. D * [download all episodes from feed](#download-all-from-feed) * [download only the last episode](#only-last) +* [download last n episodes](#download-n-last-episodes) * [download all new episode from last n days](#download-all-from-n-days) * [download all new episode since day after, the last episode should appear](#download-all-episode-since-last-excepted) @@ -223,6 +224,12 @@ It is also default approach of the script. Set by `download_last`. +### Download last n episodes + +The script will download exactly given number of episodes from the feed. + +Set by `download_last_n_episodes`. The *n* must be replace by number of episodes, which you wanted to have downloaded. For example: `download_last_5_episodes` means that 5 last episodes will be downloaded. + ### Download all from n days The script will download all episodes which appear in last *n* days. I can be use when you are downloading on regular schedule.