diff --git a/resource/sites/oldtoons.world/config.json b/resource/sites/oldtoons.world/config.json deleted file mode 100644 index e61fc8da7..000000000 --- a/resource/sites/oldtoons.world/config.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "ihdbits", - "schema": "NexusPHP", - "url": "https://oldtoons.world/", - "description": "", - "icon": "https://oldtoons.world/favicon.ico", - "tags": [ - "影视" - ], - "host": "oldtoons.world", - "collaborator": "koal", - "selectors": { - "userSeedingTorrents": { - "page": "/getusertorrentlistajax.php?userid=$user.id$&type=seeding", - "fields": { - "seeding": { - "selector": ["b:first"], - "filters": ["query.text()"] - }, - "seedingSize": { - "selector": "", - "filters": [ - "query.text().match(/总大小:(.*?)上一页/g)", - "(query && query.length>0) ? query[0].replace('总大小:', '').replace('<< 上一页', '').trim() : 0", - "(query != 0) ? query.sizeToNumber() : 0" - ] - } - } - } - } -}