switch to v2 and api server + old style chapter urls for delegation
(cherry picked from commit b79c1572470fea4568708d3526f5170868a0c3c1) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/source/online/handlers/ApiChapterParser.kt # app/src/main/java/eu/kanade/tachiyomi/source/online/handlers/FollowsHandler.kt # app/src/main/java/exh/md/handlers/SearchHandler.kt
This commit is contained in:
@@ -23,13 +23,15 @@ class MdUtil {
|
||||
const val cdnUrl = "https://mangadex.org" // "https://s0.mangadex.org"
|
||||
const val baseUrl = "https://mangadex.org"
|
||||
const val randMangaPage = "/manga/"
|
||||
const val apiManga = "/api/v2/manga/"
|
||||
const val apiUrl = "https://api.mangadex.org"
|
||||
const val apiManga = "/v2/manga/"
|
||||
const val includeChapters = "?include=chapters"
|
||||
const val apiChapter = "/api/chapter/"
|
||||
const val apiChapter = "/v2/chapter/"
|
||||
const val apiChapterOld = "/api/chapter/"
|
||||
const val apiChapterSuffix = "?mark_read=0"
|
||||
const val groupSearchUrl = "$baseUrl/groups/0/1/"
|
||||
const val followsAllApi = "/api/?type=manga_follows"
|
||||
const val followsMangaApi = "/api/?type=manga_follows&manga_id="
|
||||
const val followsAllApi = "/v2/user/me/followed-manga"
|
||||
const val followsMangaApi = "/v2/user/me/manga/"
|
||||
const val apiCovers = "/covers"
|
||||
const val reportUrl = "https://api.mangadex.network/report"
|
||||
const val imageUrl = "$baseUrl/data"
|
||||
|
||||
Reference in New Issue
Block a user