From 2ecf266ff649af48a70bec32b6f69aaa152daf49 Mon Sep 17 00:00:00 2001 From: MK13 Date: Fri, 22 Jan 2021 00:55:16 +0100 Subject: [PATCH] Fix placeholder Signed-off-by: MK13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c80f0..ec74eab 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ that continues with the numbering, where the first season had 24 episodes. Left * 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 +elements of a feed it should match all those. Use the `$SHOWS$` placeholder in the regex for substitution with the actual anime name during feed parsing. ## Running and example output