Skip to content

Commit 566b350

Browse files
committed
2 parents 25ad729 + 0457fa4 commit 566b350

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

search/character.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"selector": "ul.btn__pager:nth-child(7) > li:nth-child(4) > a:nth-child(1)"
3838
},
3939
"PAGE_INFO": {
40-
"selector": "#community > div.ldst__bg > div.ldst__contents.clearfix > div.ldst__main > div > ul:nth-child(57) > li.btn__pager__current"
40+
"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*])"
4142
}
42-
}
43+
}

0 commit comments

Comments
 (0)