Skip to content

Commit

Permalink
Another server selector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Apr 12, 2022
1 parent 64cd8f6 commit 00cf81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cwls/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"SERVER": {
"selector": ".entry__world",
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
}
},
"PAGE_INFO": {
Expand All @@ -48,4 +48,4 @@
"selector": "ul.btn__pager:nth-child(5) > li:nth-child(4) > a:nth-child(1)",
"attribute": "href"
}
}
}

0 comments on commit 00cf81e

Please sign in to comment.