-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathore-no-ie_com.json
75 lines (75 loc) · 2.01 KB
/
ore-no-ie_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://ore-no-ie.com",
"refnavi_url": "https://osaka.refle.info/shop/oreie/",
"list_url": "https://ore-no-ie.com/staff.php",
"next_page_url": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"detail": {
"xpath": "//ul[contains(@class, 'cast_box')]/li/a",
"attr": "href",
"regex": null,
"ng_words": null
},
"therapist": {
"name": {
"xpath": "//div[contains(@class, 'profile_box_right')]//p[@class='name']",
"regex": "(.*)\\(",
"ng_words": null
},
"age": {
"xpath": "//div[contains(@class, 'profile_box_right')]//p[@class='name']",
"regex": "(\\d{1,2})",
"ng_words": null
},
"height": {
"xpath": "//div[contains(@class, 'profile_box_right')]//p[@class='size']",
"regex": "(\\d{1,3})cm",
"ng_words": null
},
"comment": {
"xpath": "//h3[contains(text(), 'メッセージ')]/following-sibling::div",
"regex": null,
"ng_words": null
},
"x_account": {
"xpath": "//ul[@class='icon_sns_btn']//a[contains(@href, 'twitter')]",
"attr": "href",
"regex": null,
"ng_words": null
},
"image": {
"xpath": "//div[contains(@class, 'profile_box_left')]//img",
"attr": "src",
"regex": null,
"ng_words": [
"no_image.jpg"
]
},
"schedule": {
"date": {
"month": {
"xpath": "//div[contains(@class, 'profile_box_schedule')]//*[contains(text(), '月')]",
"regex": "(\\d{1,2})月"
},
"day": {
"xpath": "//div[contains(@class, 'profile_box_schedule')]//*[contains(text(), '日')]",
"regex": "(\\d{1,2})日"
}
},
"time": {
"start": {
"xpath": "//div[contains(@class, 'profile_box_schedule')]//td",
"regex": "^(\\d{1,2}):(\\d{1,2})"
},
"end": {
"xpath": "//div[contains(@class, 'profile_box_schedule')]//td",
"regex": "(\\d{1,2}):(\\d{1,2})$"
}
}
}
}
}