Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a cleanup pattern for the title to manage the case with just th…
…e trailing space
  • Loading branch information
mario-tux authored and perexg committed Oct 7, 2015
1 parent 7252603 commit cad3842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/conf/epggrab/opentv/prov/skyit
Expand Up @@ -37,7 +37,8 @@
"[0-9]+'?a? Stagione -? ?Puntata ?[0-9]+[A-Za-z]? \"\" *([^\"]+) *\"\""
],
"cleanup_title": [
"^ *(.*) *- *1\\^TV *$"
"^ *(.*) *- *1\\^TV *$",
"^ *(.*) *$"
],
"__title_references": [
"The Big Bang Theory - 1^TV "
Expand Down

0 comments on commit cad3842

Please sign in to comment.