summaryrefslogtreecommitdiffstats
path: root/utility/articleenhancer/regexenhancers.json
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-09-26 21:39:34 +0200
committerRobin Appelman <icewind@owncloud.com>2013-09-26 21:39:51 +0200
commit008b409d77134f68b22871f1d728db1d2a4644e4 (patch)
tree776ededcd82a67fc30ff17a27766843979d22b6a /utility/articleenhancer/regexenhancers.json
parentf6b3ddbd5bc764045efa7440651f0b92a990fad0 (diff)
add article enhancers for various comic sites
Diffstat (limited to 'utility/articleenhancer/regexenhancers.json')
-rw-r--r--utility/articleenhancer/regexenhancers.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/utility/articleenhancer/regexenhancers.json b/utility/articleenhancer/regexenhancers.json
index edf8ffb35..95231985d 100644
--- a/utility/articleenhancer/regexenhancers.json
+++ b/utility/articleenhancer/regexenhancers.json
@@ -3,5 +3,10 @@
"%(?:www.twogag.com/archives)|(feedproxy.google.com/~r/TwoGuysAndGuy)%": {
"%http://www.twogag.com/comics-rss/([^.]+)\\.jpg%": "http://www.twogag.com/comics/$1.jpg"
}
+ },
+ "buttersafe.com": {
+ "%(?:buttersafe.com)|(feedproxy.google.com/~r/Buttersafe)%": {
+ "%buttersafe.com/comics/rss/([^.]+)RSS([^.]+)?.jpg%": "buttersafe.com/comics/$1$2.jpg"
+ }
}
-} \ No newline at end of file
+}