-
Notifications
You must be signed in to change notification settings - Fork 0
/
serena-esthe_com.json
75 lines (75 loc) · 2.09 KB
/
serena-esthe_com.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"url": "https://serena-esthe.com/",
"refnavi_url": "https://osaka.refle.info/shop/serena/",
"list_url": "https://serena-esthe.com/therapist.php#contents",
"next_page_url": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"detail": {
"xpath": "//section[@class='thept_list_box']//ul[@class='thept_box']/li/a",
"attr": "href",
"regex": null,
"ng_words": null
},
"therapist": {
"name": {
"xpath": "//div[@class='profile_box_right']/div[@class='txt_box']/p",
"regex": "(.*)\\(",
"ng_words": null
},
"age": {
"xpath": "//div[@class='profile_box_right']/div[@class='txt_box']/p",
"regex": "\\((\\d{1,2})\\)",
"ng_words": null
},
"height": {
"xpath": null,
"regex": null,
"ng_words": null
},
"comment": {
"xpath": "//h3[@class='subtitle' and contains(text(), 'Comment')]/following-sibling::div[@class='txt_box']",
"regex": null,
"ng_words": null
},
"x_account": {
"xpath": "//h3[@class='subtitle' and contains(text(), 'Message')]/following-sibling::div[contains(@class, 'txt_box')]//a[contains(@href, 'twitter')]",
"attr": "href",
"regex": null,
"ng_words": null
},
"image": {
"xpath": "//div[@class='profile_box_left']//img[@class='cast_thumb']",
"attr": "src",
"regex": null,
"ng_words": [
"no_image"
]
},
"schedule": {
"date": {
"month": {
"xpath": "//div[contains(@class, 'sch_prof_box')]//li[1]//*[contains(text(), '月')]",
"regex": "(\\d{1,2})月"
},
"day": {
"xpath": "//div[contains(@class, 'sch_prof_box')]//li[1]//*[contains(text(), '日')]",
"regex": "(\\d{1,2})日"
}
},
"time": {
"start": {
"xpath": "//div[contains(@class, 'sch_prof_box')]//li[1]//td",
"regex": "^(\\d{1,2}):(\\d{1,2})"
},
"end": {
"xpath": "//div[contains(@class, 'sch_prof_box')]//li[1]//td",
"regex": "(\\d{1,2}):(\\d{1,2})$"
}
}
}
}
}