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 25ad729 + 0457fa4 commit 566b350Copy full SHA for 566b350
search/character.json
@@ -37,6 +37,7 @@
37
"selector": "ul.btn__pager:nth-child(7) > li:nth-child(4) > a:nth-child(1)"
38
},
39
"PAGE_INFO": {
40
- "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",
41
+ "regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
42
}
-}
43
+}
0 commit comments