Skip to content

Commit

Permalink
Fix:ACM搜索最多返回25条记录
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins committed Oct 26, 2022
1 parent 9827b44 commit 74d4f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/sites/asiancinema.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"resultType": "html",
"parseScriptFile": "/sites/asiancinema.me/getSearchResult.js",
"resultSelector": "div.table-responsive > table:first",
"queryString": "search=$key$",
"queryString": "search=$key$&qty=100",
"area": [{
"name": "IMDB",
"keyAutoMatch": "^(tt\\d+)$",
"queryString": "imdb=$key$",
"queryString": "imdb=$key$&qty=100",
"replaceKey": [
"tt", ""
]
Expand Down

0 comments on commit 74d4f76

Please sign in to comment.