-
Notifications
You must be signed in to change notification settings - Fork 0
/
zenithspa_jp.json
76 lines (76 loc) · 1.79 KB
/
zenithspa_jp.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://zenithspa.jp/",
"refnavi_url": "https://osaka.refle.info/shop/zenithspa/",
"list_url": "https://zenithspa.jp/list/",
"next_page_url": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"detail": {
"xpath": "//*[@class='listTypeJ']//li/a",
"attr": "href",
"regex": null,
"ng_words": null
},
"therapist": {
"name": {
"xpath": "//div[@id='alwaysShow']//h3",
"regex": "(.*)\\(",
"ng_words": [
"割",
"ゼニス祭"
]
},
"age": {
"xpath": "//div[@id='alwaysShow']//h3",
"regex": "(\\d{1,2})",
"ng_words": null
},
"height": {
"xpath": null,
"regex": null,
"ng_words": null
},
"comment": {
"xpath": "//div[@id='pdata_box']//tr/th[contains(text(), 'お店からのコメント')]/following-sibling::td/span",
"regex": null,
"ng_words": null
},
"x_account": {
"xpath": "//span[@class='iconTwitter']/a",
"attr": "href",
"regex": null,
"ng_words": null
},
"image": {
"xpath": "//div[contains(@class, 'gallery-top')]//li[contains(@class, 'swiper-slide')]//img",
"attr": "src",
"regex": null,
"ng_words": null
},
"schedule": {
"date": {
"month": {
"xpath": "//div[@id='schedule_box']//tr/th",
"regex": "(\\d{1,2})/"
},
"day": {
"xpath": "//div[@id='schedule_box']//tr/th",
"regex": "/(\\d{1,2})"
}
},
"time": {
"start": {
"xpath": "//div[@id='schedule_box']//tr/td",
"regex": "^(\\d{1,2}):(\\d{1,2})"
},
"end": {
"xpath": "//div[@id='schedule_box']//tr/td",
"regex": "(\\d{1,2}):(\\d{1,2})$"
}
}
}
}
}