From: Mario <4376789+mario-tux@users.noreply.github.com> Date: Thu, 7 Jul 2022 11:15:49 +0000 (+0200) Subject: extending the regexps for the italian EIT scraping X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f4f222ec86cb5e46576ac97fcb404ffbafc317;p=thirdparty%2Ftvheadend.git extending the regexps for the italian EIT scraping --- diff --git a/data/conf/epggrab/eit/scrape/it b/data/conf/epggrab/eit/scrape/it index c9222cb51..d06b8b720 100644 --- a/data/conf/epggrab/eit/scrape/it +++ b/data/conf/epggrab/eit/scrape/it @@ -1,17 +1,20 @@ { "season_num": [ "\\[?St\\.([0-9]+)\\]?", - "([0-9]+)'?a? Stagione +Ep[.] ?[0-9]+[a-z]?", - "([0-9]+)'?a? Stagione -? ?Puntata ?[0-9]+", - "([0-9]+)'?a? Stagione" + "([0-9]+)'?a? [Ss]tagione +[Ee][Pp][.] ?[0-9]+[a-z]?", + "([0-9]+)'?a? [Ss]tagione -? ?[Pp]untata ?[0-9]+", + "([0-9]+)'?a? [Ss]tagione", + "S[.]?([0-9]+) ?[Ee][Pp][.]? ?[0-9]+", + "[Ss]tagione ?([0-9]+)" ], "episode_num": [ " ?[Ee][Pp]\\.? ?([0-9]+)", - "[0-9]+'?a? Stagione +Ep[.] ?([0-9]+)[a-z]?", - "[0-9]+'?a? Stagione -? ?Puntata ?([0-9]+)", - "^ *Ep[.] ?([0-9]+)[a-z]?", - "^ *Puntata ?([0-9]+)", - " Ep[.] ?([0-9]+) -" + "[0-9]+'?a? [Ss]tagione +[Ee][Pp][.] ?([0-9]+)[a-z]?", + "[0-9]+'?a? [Ss]tagione -? ?[Pp]untata ?([0-9]+)", + "^ *[Ee][Pp][.]? ?([0-9]+)[a-z]?", + "^ *[Pp]untata ?([0-9]+)", + " [Ee][Pp][.]? ?([0-9]+)", + "[Ee]pisodio ?([0-9]+)" ], "airdate": [ "\\(([0-9][0-9][0-9][0-9])\\)"