From 4f786be5a95909d732ad3ff5e0ed73944f3223f4 Mon Sep 17 00:00:00 2001 From: ted423 Date: Wed, 19 Jun 2024 22:57:31 +0800 Subject: [PATCH] fix: remove wrong config https://github.com/pt-plugins/PT-Plugin-Plus/issues/1798 --- resource/sites/oldtoons.world/config.json | 31 ----------------------- 1 file changed, 31 deletions(-) delete mode 100644 resource/sites/oldtoons.world/config.json 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" - ] - } - } - } - } -}