Skip to content

Commit 00cf81e

Browse files
authoredApr 12, 2022
Another server selector fix
1 parent 64cd8f6 commit 00cf81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎cwls/members.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"SERVER": {
3939
"selector": ".entry__world",
40-
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
40+
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
4141
}
4242
},
4343
"PAGE_INFO": {
@@ -48,4 +48,4 @@
4848
"selector": "ul.btn__pager:nth-child(5) > li:nth-child(4) > a:nth-child(1)",
4949
"attribute": "href"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)