summaryrefslogtreecommitdiffstats
path: root/utility/articleenhancer/xpathenhancers.json
blob: 29296c79f246ac1472449f7ef86f68a3b2278a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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\"]"
	}
}