We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07877f6 commit 18c8e9eCopy full SHA for 18c8e9e
profile/character.json
@@ -84,6 +84,12 @@
84
"selector": ".frame__chara__title"
85
},
86
"TOWN": {
87
- "selector": "div.character-block:nth-child(3) > div:nth-child(2) > p:nth-child(2)"
+ "NAME": {
88
+ "selector": "div.character-block:nth-child(3) > div:nth-child(2) > p:nth-child(2)"
89
+ },
90
+ "ICON": {
91
+ "selector": "div.character__profile__data > div:nth-child(1) > div > div:nth-child(3) > img",
92
+ "attribute": "src"
93
+ }
94
}
-}
95
+}
0 commit comments