forked from pt-plugins/PT-Plugin-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from ronggang/dev
Dev
- Loading branch information
Showing
1 changed file
with
46 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,46 @@ | ||
{ | ||
"name": "丐帮", | ||
"description": "降龙掌青竹杖 美酒佳肴来作伴", | ||
"url": "https://gainbound.net/", | ||
"icon": "https://gainbound.net/favicon.ico", | ||
"tags": ["高清","电影","纪录片"], | ||
"schema": "NexusPHP", | ||
"host": "gainbound.net", | ||
"patterns": { | ||
"torrentLinks": ["*://*/*"] | ||
}, | ||
"parser": { | ||
"downloadURL": "解析脚本内容" | ||
}, | ||
"torrentTagSelectors": [ | ||
{ | ||
"name": "Free", | ||
"selector": "img.pro_free", | ||
"color": "blue" | ||
} | ||
], | ||
"categories": [ | ||
{ | ||
"entry": "*", | ||
"result": "cat$id$=1", | ||
"category": [ | ||
{ | ||
"id": 401, | ||
"name": "电影" | ||
}, | ||
{ | ||
"id": 404, | ||
"name": "记录片" | ||
}, | ||
{ | ||
"id": 410, | ||
"name": "港台剧" | ||
}, | ||
{ | ||
"id": 406, | ||
"name": "演唱会" | ||
} | ||
] | ||
} | ||
] | ||
} |