Skip to content

Commit

Permalink
Fix next button selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Dec 24, 2020
1 parent 4db1112 commit a5d20c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.37.0",
"version": "0.37.1",
"userAgentDesktop": "curl/7.73.0",
"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",
"applicableUris": {
Expand Down
2 changes: 1 addition & 1 deletion search/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"LIST_NEXT_BUTTON": {
"selector": "ul.btn__pager:nth-child(7) > li:nth-child(4) > a:nth-child(1)",
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
"attribute": "href"
},
"PAGE_INFO": {
Expand Down
2 changes: 1 addition & 1 deletion search/cwls.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
},
"LIST_NEXT_BUTTON": {
"selector": "ul.btn__pager:nth-child(6) > li:nth-child(4) > a:nth-child(1)",
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
"attribute": "href"
},
"NO_RESULTS_FOUND": {
Expand Down
2 changes: 1 addition & 1 deletion search/freecompany.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
},
"LIST_NEXT_BUTTON": {
"selector": "ul.btn__pager:nth-child(6) > li:nth-child(4) > a:nth-child(1)",
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
"attribute": "href"
},
"NO_RESULTS_FOUND": {
Expand Down
2 changes: 1 addition & 1 deletion search/linkshell.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
},
"LIST_NEXT_BUTTON": {
"selector": "ul.btn__pager:nth-child(6) > li:nth-child(4) > a:nth-child(1)",
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
"attribute": "href"
},
"NO_RESULTS_FOUND": {
Expand Down
2 changes: 1 addition & 1 deletion search/pvpteam.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"regex": "Page (?P<CurrentPage>[0-9*]) of (?P<NumPages>[0-9*])"
},
"LIST_NEXT_BUTTON": {
"selector": "ul.btn__pager:nth-child(6) > li:nth-child(4) > a:nth-child(1)",
"selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)",
"attribute": "href"
},
"NO_RESULTS_FOUND": {
Expand Down

0 comments on commit a5d20c2

Please sign in to comment.