1
0
Signed-off-by: MK13 <marius@kleberonline.de>
This commit is contained in:
2021-01-18 23:37:15 +01:00
parent e256dd1a66
commit 1dc25851db

View File

@@ -29,7 +29,7 @@ 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 on via the `Airing` element
* Add the weekday the anime airs via the `Airing` element
* 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.