-
Notifications
You must be signed in to change notification settings - Fork 0
/
b-capture_com.json
77 lines (77 loc) · 1.83 KB
/
b-capture_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
77
{
"url": "https://b-capture.com",
"refnavi_url": "https://osaka.refle.info/shop/b-capture/",
"list_url": "https://b-capture.com/model.html",
"next_page_url": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"detail": {
"xpath": "//*[contains(@class, 'gals_list')]//section//a[contains(@href, 'model_profile')]",
"attr": "href",
"regex": null,
"ng_words": null
},
"therapist": {
"name": {
"xpath": "//h2[@class='today_flag']",
"regex": "(.*)\\(",
"ng_words": [
"体験入店",
"非公開",
"店長"
]
},
"age": {
"xpath": "//h2[@class='today_flag']",
"regex": "\\((\\d{1,2})\\)",
"ng_words": null
},
"height": {
"xpath": "//h2[@class='today_flag']/span",
"regex": "(\\d{1,3})cm",
"ng_words": null
},
"comment": {
"xpath": "//div[contains(@class, 'comment')]/div[contains(@class, 'text_free')]",
"regex": null,
"ng_words": null
},
"x_account": {
"xpath": null,
"attr": null,
"regex": null,
"ng_words": null
},
"image": {
"xpath": "//*[@id='thumb_image']//img",
"attr": "src",
"regex": null,
"ng_words": null
},
"schedule": {
"date": {
"month": {
"xpath": "//*[contains(@class, 'schedule')]//li/span",
"regex": "(\\d{1,2})/"
},
"day": {
"xpath": "//*[contains(@class, 'schedule')]//li/span",
"regex": "/(\\d{1,2})"
}
},
"time": {
"start": {
"xpath": "//*[contains(@class, 'schedule')]//li",
"regex": "^(\\d{1,2}):(\\d{1,2})"
},
"end": {
"xpath": "//*[contains(@class, 'schedule')]//li",
"regex": "(\\d{1,2}):(\\d{1,2})$"
}
}
}
}
}