Skip to content

Commit

Permalink
mitang version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed May 24, 2024
1 parent b6918e9 commit 9da3089
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/plugins/mitang.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"api": "1",
"type": "anime",
"name": "mitang",
"version": "0.0.1",
"version": "0.0.2",
"muliSources": true,
"useWebview": true,
"useNativePlayer": true,
"userAgent": "",
"baseURL": "https://www.mitang.tv",
"searchURL":"https://www.mitang.tv/mitang-s/?wd=@keyword",
"searchList": "//div[1]/div[2]/div/div/div[3]/div/div",
"searchName": "//div[2]/div[1]/a[1]/strong",
"searchResult": "//div[2]/div[1]/a[1]",
"chapterRoads": "//div/div[2]/div/div[3]/div/div[1]/div[1]",
"chapterResult": "//a"
"searchList": "//div[1]/div[2]/div/div/div/div[2]/ul/li/div/div",
"searchName": "//h4/a",
"searchResult": "//h4/a",
"chapterRoads": "//div[2]/div[2]/div[1]/div/div[2]/div/ul",
"chapterResult": "//li/a"
}

0 comments on commit 9da3089

Please sign in to comment.