]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Adding scrape for bg
authorzinonino <zinonino@abv.bg>
Tue, 25 Sep 2018 01:16:31 +0000 (04:16 +0300)
committerJaroslav Kysela <perex@perex.cz>
Wed, 3 Oct 2018 06:38:41 +0000 (08:38 +0200)
Adding scrape for Episode, Season for Bulgarian lang.

data/conf/epggrab/eit/scrape/bg [new file with mode: 0644]

diff --git a/data/conf/epggrab/eit/scrape/bg b/data/conf/epggrab/eit/scrape/bg
new file mode 100644 (file)
index 0000000..78041a5
--- /dev/null
@@ -0,0 +1,37 @@
+{
+    "season_num": [
+        "сезон ([0-9]{1,3})([^0-9]|$)",
+        "[, ] сезон ([0-9]{1,3})([^0-9]|$)",
+        "сез.? ([0-9]+)",
+        "([0-9]+) сезон[, ]",
+        "сериал[, ] с.([0-9]+)",
+        "[, ] с. ([0-9]+)",
+        "с. ([0-9]+), еп[.]",
+        "еп. [0-9]+,.*, ([0-9]+), ?сез"
+    ],
+    "episode_num": [
+        "([0-9]+) серия",
+        "еп. ([0-9]+)",
+        "[, ] ([0-9]+) еп[.]",
+        "[, ] еп.([0-9]+)",
+        "([0-9]+) еп.[,]",
+        "сериал[, ] еп.([0-9]+)",
+        "епизод ([0-9]+)",
+        "Епизод ([0-9]+)",
+        "[, ] ([0-9]+) епизод([^а]|$)",
+        "([0-9]+) епизод([^а]|$)",
+        "([0-9]+)[, ] последен",
+        "[, ] ([0-9]+) и",
+        "([0-9]+)-и епизод",
+        "([0-9]+)-[вр]и епизод",
+        "([0-9]+)-[тм]и епизод"
+    ],
+    "airdate": [
+        ", ([0-9][0-9][0-9][0-9])"
+    ],
+    "genre" : [ {
+        "Romance": ["(драма, романтичен)"],
+        "Documentary": ["(документален)"]
+    }
+    ]
+}