fix covers (#4608)

Update Covers url for Mangalife and Mangasee
This commit is contained in:
Seishirou101 2020-10-14 12:09:10 +00:00 committed by GitHub
parent bbe711efad
commit 740a38c204
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 = 8 extVersionCode = 9
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -93,7 +93,7 @@ class MangaLife : HttpSource() {
SManga.create().apply { 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://cover.mangabeast01.com/cover/${directory[i]["i"].string}.jpg" thumbnail_url = "https://cover.nep.li/cover/${directory[i]["i"].string}.jpg"
} }
) )
} }

View File

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

View File

@ -96,7 +96,7 @@ class Mangasee : HttpSource() {
SManga.create().apply { 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://cover.mangabeast01.com/cover/${directory[i]["i"].string}.jpg" thumbnail_url = "https://cover.nep.li/cover/${directory[i]["i"].string}.jpg"
} }
) )
} }