summaryrefslogtreecommitdiffstats
path: root/utility/articleenhancer/regexenhancers.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-09-26 20:54:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2013-09-26 20:54:56 +0200
commitc56d433ca432fba641a0b734287cca9431fd6d12 (patch)
treee96c7ade14165e01da89dee58adf22b165997971 /utility/articleenhancer/regexenhancers.json
parentcec643c249fb97a940b197287474341bdc598977 (diff)
create a seperate config file for regex enhancers
Diffstat (limited to 'utility/articleenhancer/regexenhancers.json')
-rw-r--r--utility/articleenhancer/regexenhancers.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/utility/articleenhancer/regexenhancers.json b/utility/articleenhancer/regexenhancers.json
new file mode 100644
index 000000000..edf8ffb35
--- /dev/null
+++ b/utility/articleenhancer/regexenhancers.json
@@ -0,0 +1,7 @@
+{
+ "twogag.com": {
+ "%(?:www.twogag.com/archives)|(feedproxy.google.com/~r/TwoGuysAndGuy)%": {
+ "%http://www.twogag.com/comics-rss/([^.]+)\\.jpg%": "http://www.twogag.com/comics/$1.jpg"
+ }
+ }
+} \ No newline at end of file