From c78acec8f87e3343d78a5f7c0b752d97b332e7ba Mon Sep 17 00:00:00 2001 From: Chong Zheng Hong Date: Thu, 14 Aug 2025 12:27:42 +0800 Subject: [PATCH 1/4] Create tt776b.json, qkan9.json and 88dmw.json --- 88dmw.json | 17 +++++++++++++++++ qkan9.json | 17 +++++++++++++++++ tt776b.json | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 88dmw.json create mode 100644 qkan9.json create mode 100644 tt776b.json diff --git a/88dmw.json b/88dmw.json new file mode 100644 index 0000000..5c0db0b --- /dev/null +++ b/88dmw.json @@ -0,0 +1,17 @@ +{ + "api": "4", + "type": "anime", + "name": "88dmw", + "version": "1.0", + "muliSources": true, + "useWebview": true, + "useNativePlayer": true, + "userAgent": "", + "baseURL": "https://www.88dmw.com/", + "searchURL": "https://www.88dmw.com/index.php?m=vod-search-wd-@keyword", + "searchList": "//div[2]/div[1]/div/div[@class='cn_box2']", + "searchName": "//ul/li[1]/a", + "searchResult": "//div/div/a", + "chapterRoads": "//div[3]/div[5]/div[1]/div/div/div/div/ul", + "chapterResult": "//a" +} \ No newline at end of file diff --git a/qkan9.json b/qkan9.json new file mode 100644 index 0000000..757411d --- /dev/null +++ b/qkan9.json @@ -0,0 +1,17 @@ +{ + "api": "4", + "type": "anime", + "name": "qkan9", + "version": "1.0", + "muliSources": true, + "useWebview": true, + "useNativePlayer": true, + "userAgent": "", + "baseURL": "https://www.qkan9.com/", + "searchURL": "https://www.qkan9.com/index.php/vod/search.html?wd=@keyword", + "searchList": "//div[3]/div/div/dl", + "searchName": "//dd/h1/a", + "searchResult": "//dt/a", + "chapterRoads": "//div[3]/div/div[2]/div/div[1]/div[2]/div/ul[2]", + "chapterResult": "//a" +} \ No newline at end of file diff --git a/tt776b.json b/tt776b.json new file mode 100644 index 0000000..817b1f3 --- /dev/null +++ b/tt776b.json @@ -0,0 +1,17 @@ +{ + "api": "4", + "type": "anime", + "name": "tt776b", + "version": "1.0", + "muliSources": true, + "useWebview": true, + "useNativePlayer": true, + "userAgent": "", + "baseURL": "https://www.tt776b.com/", + "searchURL": "https://www.tt776b.com/search/-------------.html?wd=@keyword&submit=", + "searchList": "//div[1]/div/div/div/div/div[2]/ul/li", + "searchName": "//div/h4/a", + "searchResult": "//div/a", + "chapterRoads": "//div[1]/div/div[2]/div[3]/div/div[2]/div", + "chapterResult": "//a" +} From d55a9a6822492999751d44744958207d5c41376f Mon Sep 17 00:00:00 2001 From: Chong Zheng Hong Date: Thu, 14 Aug 2025 13:01:59 +0800 Subject: [PATCH 2/4] Remove 88dmw.json (duplicated to dmand) --- 88dmw.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 88dmw.json diff --git a/88dmw.json b/88dmw.json deleted file mode 100644 index 5c0db0b..0000000 --- a/88dmw.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "api": "4", - "type": "anime", - "name": "88dmw", - "version": "1.0", - "muliSources": true, - "useWebview": true, - "useNativePlayer": true, - "userAgent": "", - "baseURL": "https://www.88dmw.com/", - "searchURL": "https://www.88dmw.com/index.php?m=vod-search-wd-@keyword", - "searchList": "//div[2]/div[1]/div/div[@class='cn_box2']", - "searchName": "//ul/li[1]/a", - "searchResult": "//div/div/a", - "chapterRoads": "//div[3]/div[5]/div[1]/div/div/div/div/ul", - "chapterResult": "//a" -} \ No newline at end of file From ce6c005395876cd750a1b74005ba191a62370ca2 Mon Sep 17 00:00:00 2001 From: Chong Zheng Hong Date: Mon, 6 Apr 2026 21:29:34 +0800 Subject: [PATCH 3/4] Update tt776b.json --- tt776b.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tt776b.json b/tt776b.json index 817b1f3..9d1a7b2 100644 --- a/tt776b.json +++ b/tt776b.json @@ -2,16 +2,16 @@ "api": "4", "type": "anime", "name": "tt776b", - "version": "1.0", + "version": "1.1", "muliSources": true, "useWebview": true, "useNativePlayer": true, "userAgent": "", - "baseURL": "https://www.tt776b.com/", - "searchURL": "https://www.tt776b.com/search/-------------.html?wd=@keyword&submit=", - "searchList": "//div[1]/div/div/div/div/div[2]/ul/li", - "searchName": "//div/h4/a", + "baseURL": "https://www.yangguangdog.com/", + "searchURL": "https://www.yangguangdog.com/vodsearch/-------------.html?wd=@keyword", + "searchList": "//div[1]/div/div[1]/div/div/div[2]/ul/li", + "searchName": "//div/h3/a", "searchResult": "//div/a", - "chapterRoads": "//div[1]/div/div[2]/div[3]/div/div[2]/div", + "chapterRoads": "//div[1]/div/div[1]/div[2]/div/div[2]", "chapterResult": "//a" -} +} \ No newline at end of file From 19ebdfc3405cf6494df5a2b67beb6340609e75d3 Mon Sep 17 00:00:00 2001 From: Chong Zheng Hong Date: Mon, 6 Apr 2026 21:43:07 +0800 Subject: [PATCH 4/4] Update qkan9.json and tt776b.json --- qkan9.json | 34 ++++++++++++++++++---------------- tt776b.json | 18 ++++++++++-------- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/qkan9.json b/qkan9.json index 9fd3365..9b1383a 100644 --- a/qkan9.json +++ b/qkan9.json @@ -1,18 +1,20 @@ { - "deprecated": true, - "api": "4", - "type": "anime", - "name": "qkan9", - "version": "1.0", - "muliSources": true, - "useWebview": true, - "useNativePlayer": true, - "userAgent": "", - "baseURL": "https://www.qkan9.com/", - "searchURL": "https://www.qkan9.com/index.php/vod/search.html?wd=@keyword", - "searchList": "//div[3]/div/div/dl", - "searchName": "//dd/h1/a", - "searchResult": "//dt/a", - "chapterRoads": "//div[3]/div/div[2]/div/div[1]/div[2]/div/ul[2]", - "chapterResult": "//a" + "api":"6", + "type":"anime", + "name":"qkan9", + "version":"1.0", + "muliSources":true, + "useWebview":true, + "useNativePlayer":true, + "usePost":false, + "adBlocker":false, + "userAgent":"", + "baseURL":"https://www.qkan9.com/", + "searchURL":"https://www.qkan9.com/index.php/vod/search.html?wd=@keyword", + "searchList":"//div[3]/div/div/dl", + "searchName":"//dd/h1/a", + "searchResult":"//dt/a", + "chapterRoads":"//div[3]/div/div[2]/div/div[1]/div[2]/div/ul[2]", + "chapterResult":"//a", + "referer":"" } \ No newline at end of file diff --git a/tt776b.json b/tt776b.json index a96279c..e42bf1f 100644 --- a/tt776b.json +++ b/tt776b.json @@ -1,18 +1,20 @@ { - "deprecated": true, - "api": "4", + "api": "6", "type": "anime", "name": "tt776b", "version": "1.0", "muliSources": true, "useWebview": true, "useNativePlayer": true, + "usePost": false, + "adBlocker": false, "userAgent": "", - "baseURL": "https://www.tt776b.com/", - "searchURL": "https://www.tt776b.com/search/-------------.html?wd=@keyword&submit=", - "searchList": "//div[1]/div/div/div/div/div[2]/ul/li", - "searchName": "//div/h4/a", + "baseURL": "https://www.yangguangdog.com/", + "searchURL": "https://www.yangguangdog.com/vodsearch/-------------.html?wd=@keyword", + "searchList": "//div[1]/div/div[1]/div/div/div[2]/ul/li", + "searchName": "//div/h3/a", "searchResult": "//div/a", - "chapterRoads": "//div[1]/div/div[2]/div[3]/div/div[2]/div", - "chapterResult": "//a" + "chapterRoads": "//div[1]/div/div[1]/div[2]/div/div[2]", + "chapterResult": "//a", + "referer": "" }