Mangalib - add isekai genre (#2549)

Mangalib - add isekai genre
This commit is contained in:
Mike 2020-03-30 06:14:37 -04:00 committed by GitHub
parent 82ff9faf55
commit f8ca54dfcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: MangaLib'
pkgNameSuffix = 'ru.libmanga'
extClass = '.LibManga'
extVersionCode = 13
extVersionCode = 14
libVersion = '1.2'
}

View File

@ -178,8 +178,8 @@ class LibManga : HttpSource() {
val chapInfoJson = jsonParser.parse(chapInfo).obj
val imageServerUrl: String = when(chapInfoJson["imgServer"].string){
"compress" -> "https://img3.mangalib.me"
else -> "https://img2.mangalib.me"
"compress" -> "https://img3.mangalib.me/"
else -> "https://img2.mangalib.me/"
}
// Get pages
@ -334,6 +334,7 @@ class LibManga : HttpSource() {
SearchFilter("драма", "43"),
SearchFilter("ёнкома", "75"),
SearchFilter("игра", "44"),
SearchFilter("исекай", "79"),
SearchFilter("история", "45"),
SearchFilter("киберпанк", "46"),
SearchFilter("кодомо", "76"),