MangaSee, MangaLife - update cover CDN (#3775)

This commit is contained in:
Mike 2020-07-13 00:25:18 -04:00 committed by GitHub
parent 74cab21d7b
commit 61c0887123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaLife' extName = 'MangaLife'
pkgNameSuffix = 'en.mangalife' pkgNameSuffix = 'en.mangalife'
extClass = '.MangaLife' extClass = '.MangaLife'
extVersionCode = 6 extVersionCode = 7
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -92,7 +92,7 @@ class MangaLife : HttpSource() {
mangas.add(SManga.create().apply { mangas.add(SManga.create().apply {
title = directory[i]["s"].string title = directory[i]["s"].string
url = "/manga/${directory[i]["i"].string}" url = "/manga/${directory[i]["i"].string}"
thumbnail_url = "https://static.mangaboss.net/cover/${directory[i]["i"].string}.jpg" thumbnail_url = "https://cover.mangabeast01.com/cover/${directory[i]["i"].string}.jpg"
}) })
} }
return MangasPage(mangas, endRange < directory.lastIndex) return MangasPage(mangas, endRange < directory.lastIndex)

View File

@ -5,7 +5,7 @@ ext {
extName = 'Mangasee' extName = 'Mangasee'
pkgNameSuffix = 'en.mangasee' pkgNameSuffix = 'en.mangasee'
extClass = '.Mangasee' extClass = '.Mangasee'
extVersionCode = 9 extVersionCode = 10
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -95,7 +95,7 @@ class Mangasee : HttpSource() {
mangas.add(SManga.create().apply { mangas.add(SManga.create().apply {
title = directory[i]["s"].string title = directory[i]["s"].string
url = "/manga/${directory[i]["i"].string}" url = "/manga/${directory[i]["i"].string}"
thumbnail_url = "https://static.mangaboss.net/cover/${directory[i]["i"].string}.jpg" thumbnail_url = "https://cover.mangabeast01.com/cover/${directory[i]["i"].string}.jpg"
}) })
} }
return MangasPage(mangas, endRange < directory.lastIndex) return MangasPage(mangas, endRange < directory.lastIndex)