-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstclass-osaka_net.json
73 lines (73 loc) · 1.84 KB
/
firstclass-osaka_net.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
{
"url": "https://firstclass-osaka.net",
"refnavi_url": "https://osaka.refle.info/shop/firstclass/",
"list_url": "https://firstclass-osaka.net/cast_list",
"next_page_url": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"detail": {
"xpath": "//*[@id='therapist']//a[@class='cast_image']",
"attr": "href",
"regex": null,
"ng_words": null
},
"therapist": {
"name": {
"xpath": "//*[@id='precaution']//h2",
"regex": null,
"ng_words": ["店長"]
},
"age": {
"xpath": "//*[@class='cast_top']//li[contains(text(), '歳')]",
"regex": "(\\d{1,2})歳",
"ng_words": null
},
"height": {
"xpath": "//*[@class='cast_top']//li[contains(text(), 'cm')]",
"regex": "(\\d{1,3})cm",
"ng_words": null
},
"comment": {
"xpath": "//*[@class='cast_top_txt']",
"regex": null,
"ng_words": null
},
"x_account": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"image": {
"xpath": "//*[contains(@class, 'cast_slide')]//img",
"attr": "src",
"regex": null,
"ng_words": null
},
"schedule": {
"date": {
"month": {
"xpath": "//*[@id='custom-month']",
"regex": "(\\d{1,2})月"
},
"day": {
"xpath": "//div[@id='calendar']//*[contains(@class, 'fc-content')]//*[contains(@class, 'fc-date')]",
"regex": "(\\d{1,2})"
}
},
"time": {
"start": {
"xpath": "//div[@id='calendar']//*[contains(@class, 'fc-content')]//div/span",
"regex": "^(\\d{1,2}):(\\d{1,2})"
},
"end": {
"xpath": "//div[@id='calendar']//*[contains(@class, 'fc-content')]//div/span",
"regex": "(\\d{1,2}):(\\d{1,2})$"
}
}
}
}
}