-
Notifications
You must be signed in to change notification settings - Fork 0
/
aroma-turan_com.json
73 lines (73 loc) · 1.92 KB
/
aroma-turan_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://aroma-turan.com/",
"refnavi_url": "https://osaka.refle.info/shop/aroma-turan/",
"list_url": "https://aroma-turan.com/cast/",
"next_page_url": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"detail": {
"xpath": "//ul[contains(@class, 'gallist')]/li/a",
"attr": "href",
"regex": null,
"ng_words": null
},
"therapist": {
"name": {
"xpath": "//section[@id='profdata']/h3",
"regex": "(.*)\\(",
"ng_words": null
},
"age": {
"xpath": "//section[@id='profdata']/h3",
"regex": "\\((\\d{1,2})\\)",
"ng_words": null
},
"height": {
"xpath": "//section[@id='profdata']//dt[contains(text(), '身長')]/following-sibling::dd",
"regex": null,
"ng_words": null
},
"comment": {
"xpath": "//section[@id='profdata']//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[@id='imageList']//img",
"attr": "src",
"regex": null,
"ng_words": null
},
"schedule": {
"date": {
"month": {
"xpath": "//div[@id='schebox']//ul[@class='pc']/li/p[@class='time']/preceding-sibling::p[@class='days']",
"regex": "(\\d{1,2})/"
},
"day": {
"xpath": "//div[@id='schebox']//ul[@class='pc']/li/p[@class='time']/preceding-sibling::p[@class='days']",
"regex": "/(\\d{1,2})"
}
},
"time": {
"start": {
"xpath": "//div[@id='schebox']//ul[@class='pc']/li/p[@class='time']",
"regex": "^(\\d{1,2}):(\\d{1,2})"
},
"end": {
"xpath": "//div[@id='schebox']//ul[@class='pc']/li/p[@class='time']",
"regex": "(\\d{1,2}):(\\d{1,2})$"
}
}
}
}
}