Skip to content

Commit

Permalink
feat!: PTP support search filelist #995
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed May 17, 2022
1 parent 4f599da commit 6a75461
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions resource/sites/passthepopcorn.me/config.json
Expand Up @@ -12,11 +12,17 @@
"page": "/torrents.php",
"resultType": "json",
"parseScriptFile": "getSearchResult.js",
"queryString": "searchstr=$key$&grouping=0&json=noredirect"
"queryString": "searchstr=$key$&grouping=0&inallakas=1&json=noredirect"
},
"searchEntry": [{
"name": "全部",
"name": "Normal",
"enabled": true
},
{
"name": "filelist",
"skipIMDbId": true,
"queryString":"filelist=$key$&grouping=0&json=noredirect",
"enabled": false
}],
"selectors": {
"userBaseInfo": {
Expand Down

0 comments on commit 6a75461

Please sign in to comment.