From: Kari Tiirikainen Date: Wed, 13 Jul 2022 14:40:49 +0000 (+0300) Subject: Regexps for the finnish EIT scraping X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c65e8b0f03384a5ca5b5fc7635ecad4fd85b415;p=thirdparty%2Ftvheadend.git Regexps for the finnish EIT scraping Changes to be committed: new file: fi --- diff --git a/data/conf/epggrab/eit/scrape/fi b/data/conf/epggrab/eit/scrape/fi new file mode 100644 index 000000000..3b952ad65 --- /dev/null +++ b/data/conf/epggrab/eit/scrape/fi @@ -0,0 +1,10 @@ +{ + "season_num": [ + "[Kk]ausi ?([0-9]+)[.,]", + "([0-9]+)\. [Tt]uotantokausi" + ], + "episode_num": [ + "([0-9]+)\/[0-9]+", + "[Kk]ausi ?[0-9]+[.,] Osa ?([0-9]+)" + ] +}