Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
inserted as fake elements some reference strings for the patterns in …
…the sky-it configuration file

they could be useful in the future in order to reconstruct the logic behind the patterns
  • Loading branch information
mario-tux committed Sep 19, 2014
1 parent a6fd491 commit c424b58
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions data/conf/epggrab/opentv/prov/skyit
Expand Up @@ -29,9 +29,18 @@
"^ *Ep\\. ?[0-9]+([a-z]?)"
],
"subtitle": [
"[0-9]+'?a? Stagione +Ep\\. ?[0-9]+[A-Za-z]? -? ?'(([^']*(' [^A-Z0-9])?('[^ '])?)+)'",
"Ep\\. ?[0-9]+[A-Za-z]? -? ?'(([^']*(' [^A-Z0-9])?('[^ '])?)+)'",
"[0-9]+'?a? Stagione -? ?'(([^']*(' [^A-Z0-9])?('[^ '])?)+)'",
"[0-9]+'?a? Stagione +Ep\\. ?[0-9]+[A-Za-z]? -? ?'(([^']*(' [^A-Z0-9-])?('[^ '])?)+)'",
"Ep\\. ?[0-9]+[A-Za-z]? -? ?'(([^']*(' [^A-Z0-9-])?('[^ '])?)+)'",
"[0-9]+'?a? Stagione -? ?'(([^']*(' [^A-Z0-9-])?('[^ '])?)+)'",
"[0-9]+'?a? Stagione -? ?Puntata ?[0-9]+[A-Za-z]? \"\" *([^\"]+) *\"\""
],
"__reference": [
"4' Stagione Ep.9B - 'L'Hub' Gli agenti ...: sara' Ward ...",
"3a Stagione - Puntata 1 ...",
"4' Stagione - 'Title' ...",
"Ep.9A ...",
"Puntata 5 ...",
"Ep.4 - 'Title' ...",
'7 Stagione Puntata 8 "" Title "" ...'
]
}

0 comments on commit c424b58

Please sign in to comment.