-
Notifications
You must be signed in to change notification settings - Fork 0
/
cecile_men-este_com.json
76 lines (76 loc) · 2 KB
/
cecile_men-este_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
76
{
"url": "https://cecile.men-este.com/",
"refnavi_url": "https://osaka.refle.info/shop/cecile/",
"list_url": "https://cecile.men-este.com/therapist.html",
"next_page_url": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"detail": {
"xpath": "//div[@class='staff-image']/a",
"attr": "href",
"regex": null,
"ng_words": null
},
"therapist": {
"name": {
"xpath": "//div[contains(@class, 'prof-info-box')]//h3",
"regex": null,
"ng_words": [
"割引",
"お知らせ"
]
},
"age": {
"xpath": "//div[contains(@class, 'prof-list')]//dt[contains(text(), '年齢:')]/following-sibling::dd",
"regex": "(\\d{1,2})歳",
"ng_words": null
},
"height": {
"xpath": "//div[contains(@class, 'prof-list')]//dt[contains(text(), '身長:')]/following-sibling::dd",
"regex": "(\\d{1,3})cm",
"ng_words": null
},
"comment": {
"xpath": "//div[contains(@class, 'prof-list')]//dt[contains(text(), 'ショップコメント:')]/following-sibling::dd",
"regex": null,
"ng_words": null
},
"x_account": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"image": {
"xpath": "//div[@class='prof-image-wrap']//div[contains(@class, 'prof-image')]",
"attr": "style",
"regex": "url\\(\\\"(.*)\\\"\\)",
"ng_words": null
},
"schedule": {
"date": {
"month": {
"xpath": "//div[contains(@class,'sch-date')]//dt",
"regex": "^(\\d{1,2})/"
},
"day": {
"xpath": "//div[contains(@class,'sch-date')]//dt",
"regex": "/(\\d{1,2})"
}
},
"time": {
"start": {
"xpath": "//div[contains(@class,'sch-work')]//dd",
"regex": "^(\\d{1,2}):(\\d{1,2})"
},
"end": {
"xpath": "//div[contains(@class,'sch-work')]//dd",
"regex": "(\\d{1,2}):(\\d{1,2})$"
}
}
}
}
}