]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Episode number regexp 1416/head
authortanakaPD <97594353+tanakaPD@users.noreply.github.com>
Wed, 12 Jan 2022 09:09:33 +0000 (10:09 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 12 Jan 2022 23:18:54 +0000 (00:18 +0100)
Proposed change to get also episode numbers given like "EP. nnn" (italian channels like Rai Gulp, Rai YoYo)

data/conf/epggrab/eit/scrape/it

index b28a0c1da33925b45385cbedf28b8b8d2f816b02..c9222cb517ba4fb9d200272f6c6b01c3cabdac78 100644 (file)
@@ -6,7 +6,7 @@
     "([0-9]+)'?a? Stagione"
   ],
   "episode_num": [
-    " ?[Ee]p\\.? ?([0-9]+)",
+    " ?[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]?",