88 },
99 "AVATAR" : {
1010 "selector" : " .frame__chara__face > img:nth-child(1)" ,
11- "attribute" : " src"
11+ "attribute" : " src"
1212 },
1313 "BIO" : {
1414 "selector" : " .character__selfintroduction"
1515 },
1616 "FREE_COMPANY" : {
1717 "NAME" : {
1818 "selector" : " .character__freecompany__name > h4:nth-child(2) > a:nth-child(1)" ,
19+ "attribute" : " href" ,
1920 "regex" : " /lodestone/freecompany/(?P<ID>.+)/"
2021 },
2122 "ICON_LAYERS" : {
2223 "BOTTOM" : {
2324 "selector" : " div.character__freecompany__crest > div > img:nth-child(1)" ,
24- "attribute" : " src"
25+ "attribute" : " src"
2526 },
2627 "MIDDLE" : {
2728 "selector" : " div.character__freecompany__crest > div > img:nth-child(1)" ,
28- "attribute" : " src"
29+ "attribute" : " src"
2930 },
3031 "TOP" : {
3132 "selector" : " div.character__freecompany__crest > div > img:nth-child(1)" ,
32- "attribute" : " src"
33+ "attribute" : " src"
3334 }
3435 }
3536 },
3637 "GRAND_COMPANY" : {
37- "selector" : " div.character-block:nth-child(4) > div:nth-child(2) > p:nth-child(2)"
38+ "selector" : " div.character-block:nth-child(4) > div:nth-child(2) > p:nth-child(2)" ,
39+ "regex" : " (?P<Name>\\ w* \\ w*) / \\ w* (?P<Rank>.*)"
3840 },
3941 "GUARDIAN_DEITY" : {
4042 "selector" : " p.character-block__name:nth-child(4)"
4749 },
4850 "PORTRAIT" : {
4951 "selector" : " .js__image_popup > img:nth-child(1)" ,
50- "attribute" : " src"
52+ "attribute" : " src"
5153 },
5254 "PVP_TEAM" : {
5355 "NAME" : {
5456 "selector" : " .character__pvpteam__name > h4:nth-child(2) > a:nth-child(1)" ,
57+ "attribute" : " href" ,
5558 "regex" : " /lodestone/pvpteam/(?P<ID>.+)/"
5659 },
5760 "ICON_LAYERS" : {
5861 "BOTTOM" : {
5962 "selector" : " div.character__pvpteam__crest__image > div > img:nth-child(1)" ,
60- "attribute" : " src"
63+ "attribute" : " src"
6164 },
6265 "MIDDLE" : {
6366 "selector" : " div.character__pvpteam__crest__image > div > img:nth-child(2)" ,
64- "attribute" : " src"
67+ "attribute" : " src"
6568 },
6669 "TOP" : {
6770 "selector" : " div.character__pvpteam__crest__image > div > img:nth-child(3)" ,
68- "attribute" : " src"
71+ "attribute" : " src"
6972 }
7073 }
7174 },
7477 "regex" : " (?P<Race>.*)<br\\ />(?P<Tribe>.*) \\ / (?P<Gender>.)"
7578 },
7679 "SERVER" : {
77- "selector" : " p.frame__chara__world:nth-child(3)"
80+ "selector" : " p.frame__chara__world:nth-child(3)" ,
81+ "regex" : " (?P<World>\\ w*)[\\ s\\ x{00A0}]\\ ((?P<DC>\\ w*)\\ )"
7882 },
7983 "TITLE" : {
8084 "selector" : " .frame__chara__title"
8185 },
8286 "TOWN" : {
8387 "selector" : " div.character-block:nth-child(3) > div:nth-child(2) > p:nth-child(2)"
8488 }
85- }
89+ }
0 commit comments