-
Notifications
You must be signed in to change notification settings - Fork 884
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
{ | ||
"name": "BYRBT", | ||
"timezoneOffset": "+0800", | ||
"description": "著名教育网PT站点(仅支持ipv6访问与下载),有10大类资源,资源更新快,保种好。", | ||
"url": "https://byr.pt/", | ||
"icon": "https://byr.pt/favicon.ico", | ||
"tags": [ | ||
"教育网", | ||
"影视", | ||
"综合" | ||
], | ||
"schema": "NexusPHP", | ||
"host": "byr.pt", | ||
"collaborator": "Rhilip", | ||
"searchEntry": [{ | ||
"entry": "/torrents.php?search=$key$¬newword=1", | ||
"name": "全站", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": true | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat408=1&search=$key$¬newword=1", | ||
"name": "电影", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat401=1&search=$key$¬newword=1", | ||
"name": "剧集", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat404=1&search=$key$¬newword=1", | ||
"name": "动漫", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat402=1&search=$key$¬newword=1", | ||
"name": "音乐", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat405=1&search=$key$¬newword=1", | ||
"name": "综艺", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat403=1&search=$key$¬newword=1", | ||
"name": "游戏", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat406=1&search=$key$¬newword=1", | ||
"name": "软件", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat407=1&search=$key$¬newword=1", | ||
"name": "资料", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat409=1&search=$key$¬newword=1", | ||
"name": "体育", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
}, | ||
{ | ||
"entry": "/torrents.php?cat410=1&search=$key$¬newword=1", | ||
"name": "纪录", | ||
"resultType": "html", | ||
"parseScriptFile": "/schemas/NexusPHP/getSearchResult.js", | ||
"resultSelector": "table.torrents:last > tbody > tr", | ||
"enabled": false | ||
} | ||
], | ||
"categories": [{ | ||
"entry": "torrents.php", | ||
"result": "&cat=$id$&cat$id$=1", | ||
"category": [{ | ||
"id": 408, | ||
"name": "电影" | ||
}, | ||
{ | ||
"id": 401, | ||
"name": "剧集" | ||
}, | ||
{ | ||
"id": 404, | ||
"name": "动漫" | ||
}, | ||
{ | ||
"id": 402, | ||
"name": "音乐" | ||
}, | ||
{ | ||
"id": 405, | ||
"name": "综艺" | ||
}, | ||
{ | ||
"id": 403, | ||
"name": "游戏" | ||
}, | ||
{ | ||
"id": 406, | ||
"name": "软件" | ||
}, | ||
{ | ||
"id": 407, | ||
"name": "资料" | ||
}, | ||
{ | ||
"id": 409, | ||
"name": "体育" | ||
}, | ||
{ | ||
"id": 410, | ||
"name": "纪录" | ||
} | ||
] | ||
}] | ||
} |