-
Notifications
You must be signed in to change notification settings - Fork 2
/
reddit.com.freebies.json
20 lines (20 loc) · 1.01 KB
/
reddit.com.freebies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name":"crawl reddit.com deals",
"model": "com.fp.ecommerce.model.Deal",
"urls":[
"https://www.reddit.com/r/freebies/ !! category= Freebies",
"https://www.reddit.com/r/freebies/?count=25&after=t3_55p41j !! category= Freebies",
"https://www.reddit.com/r/freebies/?count=50&after=t3_54rhof !! category= Freebies",
"https://www.reddit.com/r/freebies/?count=75&after=t3_53nwrv !! category= Freebies"
],
"list_xpath":"//div[contains(@id,'siteTable')]//div[contains(@class,'thing')]",
"fields":{
"siteName": "##www.reddit.com",
"title": "//div[contains(@class,'entry unvoted')]//p[contains(@class,'title')]/a",
"category": "$$category",
"imageUrl": "//a[contains(@class,'thumbnail')]//img/@src",
"detailUrl": "//div[contains(@class,'entry unvoted')]//p[contains(@class,'title')]/a/@href",
"finalUrl": "//div[contains(@class,'entry unvoted')]//p[contains(@class,'title')]/a/@href",
"isFree": "//div[contains(@class,'entry unvoted')]//p[contains(@class,'title')]/a !! (Free|free|FREE)"
}
}