updated sources to https (#6131)

* updated souirces

* updated sources

* fix wpcomics generator

fix comics generator with the correct site and override code
This commit is contained in:
Seishirou101
2021-03-11 13:55:21 -06:00
committed by GitHub
parent 3ddd9a52e2
commit d265dbf33c
19 changed files with 22 additions and 22 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'zBulu'
pkgNameSuffix = 'all.zbulu'
extClass = '.ZbuluFactory'
extVersionCode = 4
extVersionCode = 5
libVersion = '1.2'
}

View File

@ -15,8 +15,8 @@ class ZbuluFactory : SourceFactory {
}
class HolyManga : Zbulu("HolyManga", "https://w15.holymanga.net")
class HeavenManga : Zbulu("HeavenManga", "http://heaventoon.com")
class KooManga : Zbulu("Koo Manga", "http://ww1.koomanga.com")
class HeavenManga : Zbulu("HeavenManga", "https://heaventoon.com")
class KooManga : Zbulu("Koo Manga", "https://ww1.koomanga.com")
class BuluManga : Zbulu("Bulu Manga", "https://ww5.bulumanga.net") {
override fun pageListParse(document: Document): List<Page> {
return document.select("div.chapter-content img").mapIndexed { i, img ->