Skip to content

Commit a5d20c2

Browse files
committed
Fix next button selectors
1 parent 4db1112 commit a5d20c2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.37.0",
2+
"version": "0.37.1",
33
"userAgentDesktop": "curl/7.73.0",
44
"userAgentMobile": "Mozilla/5.0 (iPhone; CPU OS 10_15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/14E304 Safari/605.1.15",
55
"applicableUris": {

search/character.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"LIST_NEXT_BUTTON": {
39-
"selector": "ul.btn__pager:nth-child(7) > li:nth-child(4) > a:nth-child(1)",
39+
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
4040
"attribute": "href"
4141
},
4242
"PAGE_INFO": {

search/cwls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
2828
},
2929
"LIST_NEXT_BUTTON": {
30-
"selector": "ul.btn__pager:nth-child(6) > li:nth-child(4) > a:nth-child(1)",
30+
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
3131
"attribute": "href"
3232
},
3333
"NO_RESULTS_FOUND": {

search/freecompany.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
5757
},
5858
"LIST_NEXT_BUTTON": {
59-
"selector": "ul.btn__pager:nth-child(6) > li:nth-child(4) > a:nth-child(1)",
59+
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
6060
"attribute": "href"
6161
},
6262
"NO_RESULTS_FOUND": {

search/linkshell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
2929
},
3030
"LIST_NEXT_BUTTON": {
31-
"selector": "ul.btn__pager:nth-child(6) > li:nth-child(4) > a:nth-child(1)",
31+
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
3232
"attribute": "href"
3333
},
3434
"NO_RESULTS_FOUND": {

search/pvpteam.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
3939
},
4040
"LIST_NEXT_BUTTON": {
41-
"selector": "ul.btn__pager:nth-child(6) > li:nth-child(4) > a:nth-child(1)",
41+
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
4242
"attribute": "href"
4343
},
4444
"NO_RESULTS_FOUND": {

0 commit comments

Comments
 (0)