summaryrefslogtreecommitdiff
path: root/plugins/cover-thumbnailer
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-12-12 22:07:37 +0100
committerNick Schermer <nick@xfce.org>2012-12-27 11:28:27 +0100
commit41fd44138dd5d966b924a466fe29bbf4d7965cb3 (patch)
tree794771f3ad653c6fb057ccad7a2048435601f2ff /plugins/cover-thumbnailer
parentaff8b12f4b3a886575c427a598a9b36786643070 (diff)
downloadtumbler-41fd44138dd5d966b924a466fe29bbf4d7965cb3.tar.gz
Fix previous commit, . is also a word boundry.
Diffstat (limited to 'plugins/cover-thumbnailer')
-rw-r--r--plugins/cover-thumbnailer/cover-thumbnailer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cover-thumbnailer/cover-thumbnailer.c b/plugins/cover-thumbnailer/cover-thumbnailer.c
index 3cbf9bf..34302e9 100644
--- a/plugins/cover-thumbnailer/cover-thumbnailer.c
+++ b/plugins/cover-thumbnailer/cover-thumbnailer.c
@@ -43,7 +43,7 @@
#define SERIES_PATTERN "\\b((?:s\\d{1,2}e\\d{1,2}|\\d{1,2}x\\d{1,2}))\\b"
-#define ABBREV_PATTERN "\\b(\\w{1,}(?:rip|scr)|r5|hdtv|(?:480|720|1080)p|\\.\\w{3}$)\\b"
+#define ABBREV_PATTERN "\\b(\\w{1,}(?:rip|scr)|r5|hdtv|(?:480|720|1080)p|\\w{3}$)\\b"
#define YEAR_PATTERN "\\b(\\d{4})\\b"
#define OMDBAPI_QUERY_URL "http://www.omdbapi.com/?t="