]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update regexps for the finnish EIT scraping
authorgaryttirn <60613994+garyttirn@users.noreply.github.com>
Sun, 16 Oct 2022 10:37:04 +0000 (13:37 +0300)
committerFlole998 <Flole998@users.noreply.github.com>
Sun, 16 Oct 2022 11:38:20 +0000 (13:38 +0200)
data/conf/epggrab/eit/scrape/fi

index 3b952ad6514ab02d6d7212eb0193d33cfb43832a..b8146498b195b6cbec0028bb25254f8234bd68ee 100644 (file)
@@ -5,6 +5,8 @@
   ],
   "episode_num": [
     "([0-9]+)\/[0-9]+",
-    "[Kk]ausi ?[0-9]+[.,] Osa ?([0-9]+)"
+    "[Kk]ausi ?[0-9]+[.,] [Oo]sa ?([0-9]+)",
+    "[Jj]akso ?([0-9]+)",
+    "([0-9]+)\. [Jj]akso\."
   ]
 }