summaryrefslogtreecommitdiffstats
path: root/articleenhancer/xpathenhancers.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-09-27 20:03:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2013-09-27 20:03:16 +0200
commitd6066c382083dedf426abbfd5f2f1df725c68aaf (patch)
tree4406388c5a827ebe8ed62234e11e49c35e16f3a5 /articleenhancer/xpathenhancers.json
parent30080c220a3f5013875d6a52e4dfe634719cbeca (diff)
use seperate direcotires for article enhancers and fetchers
Diffstat (limited to 'articleenhancer/xpathenhancers.json')
-rw-r--r--articleenhancer/xpathenhancers.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
new file mode 100644
index 000000000..29296c79f
--- /dev/null
+++ b/articleenhancer/xpathenhancers.json
@@ -0,0 +1,57 @@
+{
+ "cad-comic.com": {
+ "%cad-comic.com/cad/\\d+/$%": "//*[@id='content']/img"
+ },
+ "explosm.net": {
+ "%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img",
+ "%explosm.net/show%": "//*[@id='videoPlayer']/iframe"
+ },
+ "themerepublic.net": {
+ "%feedproxy.google.com/~r/blogspot/DngUJ%": "//*[@class='post hentry']"
+ },
+ "penny-arcade.com": {
+ "%feeds.penny-arcade.com/~r/pa-mainsite%": "//*[starts-with(@class, \"post\")]"
+ },
+ "leasticoulddo.com": {
+ "%feedproxy.google.com/~r/LICD%": "//*[@id='comic-img']/a/img | //*[@id='comic-img']/img"
+ },
+ "escapistmagazine.com/articles/view/comics/critical-miss": {
+ "%escapistmagazine.com/articles/view/comics/critical-miss%": "//*[@class='body']/span/img"
+ },
+ "escapistmagazine.com/articles/view/comics/namegame": {
+ "%escapistmagazine.com/articles/view/comics/namegame%": "//*[@class='body']/span/p/img[@height != \"120\"]"
+ },
+ "escapistmagazine.com/articles/view/comics/stolen-pixels": {
+ "%escapistmagazine.com/articles/view/comics/stolen-pixels%": "//*[@class='body']/span/p[2]/img"
+ },
+ "escapistmagazine.com/articles/view/comics/bumhugparade": {
+ "%escapistmagazine.com/articles/view/comics/bumhugparade%": "//*[@class='body']/span/p[2]/img"
+ },
+ "escapistmagazine.com/articles/view/comics/escapistradiotheater": {
+ "%escapistmagazine.com/articles/view/comics/escapistradiotheater%": "//*[@class='body']/span/p[2]/img"
+ },
+ "escapistmagazine.com/articles/view/comics/paused": {
+ "%escapistmagazine.com/articles/view/comics/paused%": "//*[@class='body']/span/p[2]/img | //*[@class='body']/span/div/img"
+ },
+ "escapistmagazine.com/articles/view/comics/fraughtwithperil": {
+ "%escapistmagazine.com/articles/view/comics/fraughtwithperil%": "//*[@class='body']"
+ },
+ "trenchescomic.com": {
+ "%trenchescomic.com/comic%": "//*[@class=\"top\"]/img",
+ "%trenchescomic.com/tales%": "//*[@class=\"copy\"]"
+ },
+ "lfgcomic.com": {
+ "%(lfgcomic.com/page)|(feedproxy.google.com/~r/LookingForGroup)%": "//*[@id=\"comic\"]/img | //*[@class=\"content\"]"
+ },
+ "sandraandwoo.com": {
+ "%sandraandwoo.com%": "//*[@id=\"comic\"]/img | //*[@class=\"post\"]"
+ },
+ "sandraandwoo.com/gaia": {
+ "%sandraandwoo.com%": "//*[@id=\"comic\"]/img | //*[@class=\"post\"]"
+ },
+ "theoatmeal.com": {
+ "%theoatmeal.com/blog%": "//*[@class=\"post_body\"]",
+ "%theoatmeal.com/comics%": "//*[@id=\"comic\"] | //*[@class=\"super_vacum\"] | //*[@class=\"pad\"]"
+ }
+}
+