File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.6 .0" ,
2
+ "version" : " 0.7 .0" ,
3
3
"userAgentDesktop" : " curl/7.73.0" ,
4
4
"userAgentMobile" : " Mozilla/5.0 (iPhone; CPU OS 10_15_5 (Ergänzendes Update) like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/14E304 Safari/605.1.15"
5
5
}
Original file line number Diff line number Diff line change 3
3
"selector" : " .character__class_icon > img:nth-child(1)"
4
4
},
5
5
"ACTIVE_CLASSJOB_LEVEL" : {
6
- "selector" : " .character__class__data > p:nth-child(1)"
6
+ "selector" : " .character__class__data > p:nth-child(1)" ,
7
+ "regex" : " LEVEL (?P<Level>\\ d*)"
7
8
},
8
9
"AVATAR" : {
9
10
"selector" : " .frame__chara__face > img:nth-child(1)"
13
14
},
14
15
"FREE_COMPANY" : {
15
16
"NAME" : {
16
- "selector" : " .character__freecompany__name > h4:nth-child(2) > a:nth-child(1)"
17
+ "selector" : " .character__freecompany__name > h4:nth-child(2) > a:nth-child(1)" ,
18
+ "regex" : " /lodestone/freecompany/(?P<ID>.+)/"
17
19
},
18
20
"ICON_LAYERS" : {
19
21
"BOTTOM" : {
44
46
},
45
47
"PVP_TEAM" : {
46
48
"NAME" : {
47
- "selector" : " .character__pvpteam__name > h4:nth-child(2) > a:nth-child(1)"
49
+ "selector" : " .character__pvpteam__name > h4:nth-child(2) > a:nth-child(1)" ,
50
+ "regex" : " /lodestone/pvpteam/(?P<ID>.+)/"
48
51
},
49
52
"ICON_LAYERS" : {
50
53
"BOTTOM" : {
59
62
}
60
63
},
61
64
"RACE_CLAN_GENDER" : {
62
- "selector" : " div.character-block:nth-child(1) > div:nth-child(2) > p:nth-child(2)"
65
+ "selector" : " div.character-block:nth-child(1) > div:nth-child(2) > p:nth-child(2)" ,
66
+ "regex" : " (?P<Race>.*)<br\\ />(?P<Tribe>.*) \\ / (?P<Gender>.)"
63
67
},
64
68
"SERVER" : {
65
69
"selector" : " p.frame__chara__world:nth-child(3)"
You can’t perform that action at this time.
0 commit comments