summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoàng Đức Hiếu <hdhoang@zahe.me>2015-05-30 11:34:03 +0700
committerHoàng Đức Hiếu <hdhoang@zahe.me>2015-05-30 11:40:03 +0700
commit27d31dc052d53cecdb1d68158c03fbaf7654a37d (patch)
treeb5762dad4bf709794910fc3f4c144c1175d48940
parent013e74f8772ac6452bf4ea6322b0438a4550ef70 (diff)
enhancer: use regex on loadingartist
-rw-r--r--articleenhancer/regexenhancers.json6
-rw-r--r--articleenhancer/xpathenhancers.json3
2 files changed, 6 insertions, 3 deletions
diff --git a/articleenhancer/regexenhancers.json b/articleenhancer/regexenhancers.json
index 403abb32a..c1c4d1ef0 100644
--- a/articleenhancer/regexenhancers.json
+++ b/articleenhancer/regexenhancers.json
@@ -39,5 +39,11 @@
"%-\\d+x\\d+%": "",
"%(width|height)=\"\\d+\"%" : ""
}
+ },
+ "www.loadingartist.com": {
+ "%www.loadingartist.com/comic/%": {
+ "%-\\d+x\\d+%": "",
+ "%(width|height)=\"\\d+\"%" : ""
+ }
}
}
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index eafb13716..34a6e95db 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -99,9 +99,6 @@
"eqcomics.com": {
"%feedproxy.google.com/~r/eqcomics%": "//div[@id=\"comic\"]/div/a/img"
},
- "loadingartist.com": {
- "%feedproxy.google.com/~r/LoadingArtist%": "//div[@id=\"comic\"]"
- },
"thegamercat.com": {
"%thegamercat.com%": "//div[@id=\"comic\"] | //div[@class=\"post-content\"]/div[@class=\"entry\"]/p"
},