1
0

Add Airing=Done to README

Signed-off-by: MK13 <marius@kleberonline.de>
This commit is contained in:
2021-01-20 23:21:21 +01:00
parent fade260116
commit c17caa6bf2

View File

@@ -31,7 +31,8 @@ by replacing spaces in the anime name with underscores
* Add an anime - `Title` should be the same as in the feed content
* `Local` is the starting episode number, e.g. `00` for brand new series, or `25` for e.g the second season of an anime
that continues with the numbering, where the first season had 24 episodes. Left padded with zeros to at least two digits
* Add the weekday the anime airs via the `Airing` element
* Add the weekday the anime airs via the `Airing` element. Setting this to `Done` will check the feed URL content in
reverse order, which is handy if a feed contains all episodes of a finished anime
* Provide an `Episode-Regex` to parse the episode number from the title of an RSS entry. As this regex is used for all
elements of a feed it should match all those. Use the `$SHOW$` placeholder in the regex for substitution with the
actual anime name during feed parsing.