diff --git a/assets/plugins/DM84.json b/assets/plugins/DM84.json new file mode 100644 index 00000000..f3ca8b9c --- /dev/null +++ b/assets/plugins/DM84.json @@ -0,0 +1,17 @@ +{ + "api": "1", + "type": "anime", + "name": "DM84", + "version": "1.0", + "muliSources": true, + "useWebview": true, + "useNativePlayer": true, + "userAgent": "", + "baseURL": "https://dm84.org/", + "searchURL":"https://dm84.org/s----------.html?wd=@keyword", + "searchList": "//div/div[3]/ul/li", + "searchName": "//div/a[2]", + "searchResult": "//div/a[2]", + "chapterRoads": "//div/div[4]/div/ul", + "chapterResult": "//li/a" +} \ No newline at end of file diff --git a/assets/plugins/xiapidm.json b/assets/plugins/xiapidm.json deleted file mode 100644 index 1cf0683a..00000000 --- a/assets/plugins/xiapidm.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "api": "1", - "type": "anime", - "name": "xiapidm", - "version": "1.0", - "muliSources": true, - "useWebview": true, - "useNativePlayer": true, - "userAgent": "", - "baseURL": "https://xiapidm.com/", - "searchURL": "https://xiapidm.com/xvseabcdefghigklm.html?wd=@keyword", - "searchList": "//div[4]/div/div[1]/div/div", - "searchName": "//div[3]/div[1]/div[1]", - "searchResult": "//div[3]/div[2]/a[1]", - "chapterRoads": "//div[5]/div[2]/div", - "chapterResult": "//div/div/ul/li/a" -} \ No newline at end of file