-
Notifications
You must be signed in to change notification settings - Fork 0
/
osaka-oscar_com.json
73 lines (73 loc) · 2.06 KB
/
osaka-oscar_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
{
"url": "https://osaka-oscar.com/",
"refnavi_url": "https://osaka.refle.info/shop/osaka-oscar/",
"list_url": "https://osaka-oscar.com/therapist",
"next_page_url": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"detail": {
"xpath": "//main[@id='therapists']//ul[contains(@class, 'scheduleList')]/li/a",
"attr": "href",
"regex": null,
"ng_words": null
},
"therapist": {
"name": {
"xpath": "//div[@class='prof_right']/dl[@class='txt']//dt[contains(text(), '名前')]/following-sibling::dd[1]",
"regex": null,
"ng_words": null
},
"age": {
"xpath": "//div[@class='prof_right']/dl[@class='txt']//dt[contains(text(), '年齢')]/following-sibling::dd[1]",
"regex": "(\\d{1,2})歳",
"ng_words": null
},
"height": {
"xpath": "//div[@class='prof_right']/dl[@class='txt']//dt[contains(text(), '身長')]/following-sibling::dd[1]",
"regex": "(\\d{1,3})",
"ng_words": null
},
"comment": {
"xpath": "//div[@class='prof_right']/dl[@class='txt']//dt[contains(text(), 'お店より')]/following-sibling::dd[1]",
"regex": null,
"ng_words": null
},
"x_account": {
"xpath": "//a[@class='twitter-timeline']",
"attr": "href",
"regex": null,
"ng_words": null
},
"image": {
"xpath": "//ul[contains(@class, 'thumb')]/li/img",
"attr": "src",
"regex": null,
"ng_words": null
},
"schedule": {
"date": {
"month": {
"xpath": "//ul[contains(@class, 'weeklySchedule')]/li/span",
"regex": "^(\\d{1,2})/"
},
"day": {
"xpath": "//ul[contains(@class, 'weeklySchedule')]/li/span",
"regex": "/(\\d{1,2})"
}
},
"time": {
"start": {
"xpath": "//ul[contains(@class, 'weeklySchedule')]/li/p",
"regex": "^(\\d{1,2}):(\\d{1,2})"
},
"end": {
"xpath": "//ul[contains(@class, 'weeklySchedule')]/li/p",
"regex": "(\\d{1,2}):(\\d{1,2})$"
}
}
}
}
}