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 64cd8f6 commit 00cf81eCopy full SHA for 00cf81e
cwls/members.json
@@ -37,7 +37,7 @@
37
},
38
"SERVER": {
39
"selector": ".entry__world",
40
- "regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
+ "regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
41
}
42
43
"PAGE_INFO": {
@@ -48,4 +48,4 @@
48
"selector": "ul.btn__pager:nth-child(5) > li:nth-child(4) > a:nth-child(1)",
49
"attribute": "href"
50
51
-}
+}
0 commit comments