MangaLife, MangaSee: fix pages (#6134)

* MangaLife, MangaSee: fix pages

* Remove log
This commit is contained in:
scb261 2021-03-11 03:48:30 +02:00 committed by GitHub
parent a80d20aaab
commit cd8698f49d
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'
pkgNameSuffix = 'en.mangalife'
extClass = '.MangaLife'
extVersionCode = 12
extVersionCode = 13
libVersion = '1.2'
}

View File

@ -259,7 +259,7 @@ class MangaLife : HttpSource() {
val pageTotal = curChapter["Page"].string.toInt()
val host = "https://" + script.substringAfter("vm.CurPathName = \"").substringBefore("\"")
val host = "https://" + script.substringAfter("vm.CurrPathName = \"").substringBefore("\"")
val titleURI = script.substringAfter("vm.IndexName = \"").substringBefore("\"")
val seasonURI = curChapter["Directory"].string
.let { if (it.isEmpty()) "" else "$it/" }

View File

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

View File

@ -263,7 +263,7 @@ class Mangasee : HttpSource() {
val pageTotal = curChapter["Page"].string.toInt()
val host = "https://" + script.substringAfter("vm.CurPathName = \"").substringBefore("\"")
val host = "https://" + script.substringAfter("vm.CurrPathName = \"").substringBefore("\"")
val titleURI = script.substringAfter("vm.IndexName = \"").substringBefore("\"")
val seasonURI = curChapter["Directory"].string
.let { if (it.isEmpty()) "" else "$it/" }