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.
2 parents 17da57a + db6a883 commit 0457fa4Copy full SHA for 0457fa4
search/character.json
@@ -34,6 +34,7 @@
34
"selector": "ul.btn__pager:nth-child(7) > li:nth-child(4) > a:nth-child(1)"
35
},
36
"PAGE_INFO": {
37
- "selector": "#community > div.ldst__bg > div.ldst__contents.clearfix > div.ldst__main > div > ul:nth-child(57) > li.btn__pager__current"
+ "selector": "#community > div.ldst__bg > div.ldst__contents.clearfix > div.ldst__main > div > ul:nth-child(57) > li.btn__pager__current",
38
+ "regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
39
}
-}
40
+}
0 commit comments