Skip to content

Commit 5bb6ca3

Browse files
authored
Remove obsolete last-of-type pseudoselector
This breaks in HtmlAgilityPack.CssSelectors.NetCore, and it seems to no longer be necessary. There is only one element of this type, now.
1 parent 53135d4 commit 5bb6ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile/character.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"regex": "(?P<Race>.*)<br\\/?>(?P<Tribe>.*) \\/ (?P<Gender>.)"
9595
},
9696
"SERVER": {
97-
"selector": "p.frame__chara__world:last-of-type",
97+
"selector": "p.frame__chara__world",
9898
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
9999
},
100100
"TITLE": {

0 commit comments

Comments
 (0)