Skip to content

Commit

Permalink
feat(BHD): 默认搜索结果100条
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Dec 9, 2022
1 parent c81e4e7 commit 647e459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/sites/beyond-hd.me/config.json
Expand Up @@ -13,11 +13,11 @@
"resultType": "html",
"parseScriptFile": "getSearchResult.js",
"resultSelector": "div.table-torrents > table:last",
"queryString": "search=$key$",
"queryString": "search=$key$&qty=100",
"area": [{
"name": "IMDB",
"keyAutoMatch": "^(tt\\d+)$",
"queryString": "imdb=$key$"
"queryString": "imdb=$key$&qty=100"
}],
"fieldSelector": {
"progress": {
Expand Down

0 comments on commit 647e459

Please sign in to comment.