Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
patterns update: other episode numbers and clean-up title from "live"…
… mark
  • Loading branch information
mario-tux authored and perexg committed Oct 18, 2015
1 parent bd0e200 commit 96a55b0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions data/conf/epggrab/opentv/prov/skyit
Expand Up @@ -24,7 +24,8 @@
"[0-9]+'?a? Stagione +Ep\\. ?([0-9]+)[a-z]?",
"[0-9]+'?a? Stagione -? ?Puntata ?([0-9]+)",
"^ *Ep\\. ?([0-9]+)[a-z]?",
"^ *Puntata ?([0-9]+)"
"^ *Puntata ?([0-9]+)",
" Ep\\. ?([0-9]+) -"
],
"part_num": [
"[0-9]+'?a? Stagione +Ep\\. ?[0-9]+([a-z]?)",
Expand All @@ -38,10 +39,12 @@
],
"cleanup_title": [
"^ *(.*) *- *1\\^TV *$",
"^ *(.*) *\\(diretta\\) *$",
"^ *(.*) *$"
],
"__title_references": [
"The Big Bang Theory - 1^TV "
"The Big Bang Theory - 1^TV ",
"X Factor 2015 (diretta) "
],
"__summary_references": [
"4' Stagione Ep.9B - 'L'Hub' Gli agenti ...: sara' Ward ...",
Expand All @@ -50,6 +53,7 @@
"Ep.9A ...",
"Puntata 5 ...",
"Ep.4 - 'Title' ...",
"7 Stagione Puntata 8 \"\" Title \"\" ..."
"7 Stagione Puntata 8 \"\" Title \"\" ...",
"In diretta, Ep.1 - Prossimo Ep. Gio 29 OTT 21:10. ..."
]
}

0 comments on commit 96a55b0

Please sign in to comment.