summaryrefslogtreecommitdiff
path: root/epgfixer
diff options
context:
space:
mode:
Diffstat (limited to 'epgfixer')
-rw-r--r--epgfixer/regexp.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/epgfixer/regexp.conf b/epgfixer/regexp.conf
index 0e3df18..a7ef68c 100644
--- a/epgfixer/regexp.conf
+++ b/epgfixer/regexp.conf
@@ -1,6 +1,3 @@
-# Example of disabled regexp:
-#!title=m/^(?:Movie: |Document: )(?<title>.*)$/
-
# Remove "Movie: " or "Document: " from the beginning of title field for
# channels 1, 3, 5, 6 and 7:
#1,3,5-7:title=m/^(?:Movie: |Document: )(?<title>.*)$/
@@ -21,3 +18,6 @@
# Matches 'foo' case-insensitively
#description=m/foo/i
+
+# Example of disabled regexp:
+#!title=m/^(?:Movie: |Document: )(?<title>.*)$/