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 3f53187 commit 59fc95aCopy full SHA for 59fc95a
freecompany/freecompany.json
@@ -69,12 +69,12 @@
69
},
70
"SERVER": {
71
"selector": "div.ldst__window:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div:nth-child(2) > p:nth-child(3)",
72
- "regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
+ "regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
73
74
"SLOGAN": {
75
"selector": ".freecompany__text__message"
76
77
"TAG": {
78
"selector": ".freecompany__text.freecompany__text__tag"
79
}
80
-}
+}
0 commit comments