Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:ronggang/PT-Plugin-Plus into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ronggang committed Aug 16, 2019
2 parents b474512 + 9f13169 commit 92b6d5f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions resource/sites/beyond-hd.me/config.json
Expand Up @@ -7,12 +7,22 @@
"schema": "UNIT3D",
"host": "beyond-hd.me",
"collaborator": "lengmianxia",
"searchEntry": [{
"entry": "/torrents?doSearch=Search&search=$key$",
"name": "全部",
"searchEntryConfig": {
"page": "/torrents",
"resultType": "html",
"parseScriptFile": "getSearchResult.js",
"resultSelector": "div.table-responsive > table:last",
"queryString": "search=$key$",
"area": [{
"name": "IMDB",
"keyAutoMatch": "^(tt\\d+)$",
"queryString": "imdb=$key$",
"replaceKey": [
"tt", ""
]
}]},
"searchEntry": [{
"name": "全部",
"enabled": true
}],
"torrentTagSelectors": [{
Expand Down

0 comments on commit 92b6d5f

Please sign in to comment.