From 0ed405011c4ca43f9a00fb9c6f63d3201615293e Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:50:04 +0800 Subject: [PATCH] replace ant with MT --- assets/plugins/MT.json | 17 +++++++++++++++++ assets/plugins/ant.json | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 assets/plugins/MT.json delete mode 100644 assets/plugins/ant.json diff --git a/assets/plugins/MT.json b/assets/plugins/MT.json new file mode 100644 index 00000000..143258c0 --- /dev/null +++ b/assets/plugins/MT.json @@ -0,0 +1,17 @@ +{ + "api": "1", + "type": "anime", + "name": "MT", + "version": "1.0", + "muliSources": true, + "useWebview": true, + "useNativePlayer": true, + "userAgent": "", + "baseURL": "https://www.mutean.com/", + "searchURL":"https://www.mutean.com/vodsearch/-------------.html?wd=@keyword", + "searchList": "//div[1]/div[3]/div/div/div[3]/div//div", + "searchName": "//div[2]/div[1]/a/strong", + "searchResult": "//div[3]/a[2]", + "chapterRoads": "//div[1]/div[3]/div/div[3]/div[3]/div/div", + "chapterResult": "//a" +} \ No newline at end of file diff --git a/assets/plugins/ant.json b/assets/plugins/ant.json deleted file mode 100644 index 1c5f8e80..00000000 --- a/assets/plugins/ant.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "api": "1", - "type": "anime", - "name": "ant", - "version": "0.0.1", - "muliSources": true, - "useWebview": true, - "useNativePlayer": true, - "userAgent": "", - "baseURL": "https://www.mayiyingshi.tv", - "searchURL":"https://www.mayiyingshi.tv/vodsearch/-------------.html?wd=@keyword", - "searchList": "//div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul/li", - "searchName": "//div[2]/h3", - "searchResult": "//div[2]/h3/a", - "chapterRoads": "//div[3]/div/div[2]/div/div[2]/ul", - "chapterResult": "//li/a" -} \ No newline at end of file