Skip to content

Commit

Permalink
README: add information about download_last_n_episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Feb 5, 2024
1 parent 1452ef8 commit 14bab6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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.
Expand Down

0 comments on commit 14bab6d

Please sign in to comment.