From e4cb350751a0fbc3ba63a6afb19976e530b03e81 Mon Sep 17 00:00:00 2001 From: ted423 Date: Mon, 16 May 2022 17:35:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20u2=E3=80=81hdf=E3=80=81ao=E7=A6=81?= =?UTF-8?q?=E7=94=A8imdb=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sites/aidoru-online.me/config.json | 1 + resource/sites/hdf.world/config.json | 1 + resource/sites/u2.dmhy.org/config.json | 1 + 3 files changed, 3 insertions(+) diff --git a/resource/sites/aidoru-online.me/config.json b/resource/sites/aidoru-online.me/config.json index 39cfe7bda..3a300da97 100644 --- a/resource/sites/aidoru-online.me/config.json +++ b/resource/sites/aidoru-online.me/config.json @@ -17,6 +17,7 @@ }], "host": "aidoru-online.me", "searchEntryConfig": { + "skipIMDbId": true, "page": "/get_ttable.php?pcat=Show+All&subbed=&fl=&resd=&p=0&searchstr=$key$&deadlive=1&sortcol=id&sortorder=desc&startdt=&enddt=", "loggedRegex": "class=\"ttable_headinner\"", "resultType": "html", diff --git a/resource/sites/hdf.world/config.json b/resource/sites/hdf.world/config.json index 15ad8bdc8..f6e968a52 100644 --- a/resource/sites/hdf.world/config.json +++ b/resource/sites/hdf.world/config.json @@ -15,6 +15,7 @@ }], "securityKeyFields": ["authkey", "torrent_pass"], "searchEntryConfig": { + "skipIMDbId": true, "page": "/ajax.php", "resultType": "json", "parseScriptFile": "getSearchResult.js", diff --git a/resource/sites/u2.dmhy.org/config.json b/resource/sites/u2.dmhy.org/config.json index 86af2a287..10a83886d 100644 --- a/resource/sites/u2.dmhy.org/config.json +++ b/resource/sites/u2.dmhy.org/config.json @@ -12,6 +12,7 @@ "host": "u2.dmhy.org", "searchEntryConfig": { "merge": true, + "skipIMDbId": true, "fieldSelector": { "progress": { "selector": ["td[class*='seedhlc_']", "td[class*='leechhlc_']", ""],