Skip to content

Commit 8340d99

Browse files
committed
Fix world selector if character has no title
1 parent e9f01b8 commit 8340d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.44.0",
2+
"version": "0.44.1",
33
"userAgentDesktop": "curl/7.73.0",
44
"userAgentMobile": "Mozilla/5.0 (iPhone; CPU OS 10_15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/14E304 Safari/605.1.15",
55
"applicableUris": {

profile/character.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"regex": "(?P<Race>.*)<br\\/>(?P<Tribe>.*) \\/ (?P<Gender>.)"
8484
},
8585
"SERVER": {
86-
"selector": "p.frame__chara__world:nth-child(3)",
86+
"selector": "p.frame__chara__world:last-of-type",
8787
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
8888
},
8989
"TITLE": {

0 commit comments

Comments
 (0)