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:
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'zBulu'
|
||||
pkgNameSuffix = 'all.zbulu'
|
||||
extClass = '.ZbuluFactory'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -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 ->
|
||||
|
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Cyanide & Happiness'
|
||||
pkgNameSuffix = 'en.explosm'
|
||||
extClass = '.Explosm'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ class Explosm : HttpSource() {
|
||||
|
||||
override val name = "Cyanide & Happiness"
|
||||
|
||||
override val baseUrl = "http://explosm.net"
|
||||
override val baseUrl = "https://explosm.net"
|
||||
|
||||
override val lang = "en"
|
||||
|
||||
|
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'HBrowse'
|
||||
pkgNameSuffix = 'en.hbrowse'
|
||||
extClass = '.HBrowse'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ class HBrowse : ParsedHttpSource() {
|
||||
|
||||
override val name = "HBrowse"
|
||||
|
||||
override val baseUrl = "http://www.hbrowse.com"
|
||||
override val baseUrl = "https://www.hbrowse.com"
|
||||
|
||||
override val lang = "en"
|
||||
|
||||
|
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Mangahasu'
|
||||
pkgNameSuffix = 'en.mangahasu'
|
||||
extClass = '.Mangahasu'
|
||||
extVersionCode = 9
|
||||
extVersionCode = 10
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ class Mangahasu : ParsedHttpSource() {
|
||||
|
||||
override val name = "Mangahasu"
|
||||
|
||||
override val baseUrl = "http://mangahasu.se"
|
||||
override val baseUrl = "https://mangahasu.se"
|
||||
|
||||
override val lang = "en"
|
||||
|
||||
|
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'MangaRaw'
|
||||
pkgNameSuffix = 'ja.mangaraw'
|
||||
extClass = '.MangaRawFactory'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -10,5 +10,5 @@ class MangaRawFactory : SourceFactory {
|
||||
)
|
||||
}
|
||||
|
||||
class Manga1000 : MangaRaw("Manga1000", "http://manga1000.com")
|
||||
class Manga1001 : MangaRaw("Manga1001", "http://manga1001.com")
|
||||
class Manga1000 : MangaRaw("Manga1000", "https://manga1000.com")
|
||||
class Manga1001 : MangaRaw("Manga1001", "https://manga1001.com")
|
||||
|
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Comico'
|
||||
pkgNameSuffix = 'zh.comico'
|
||||
extClass = '.ComicoFactory'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ abstract class Comico(
|
||||
override val supportsLatest: Boolean
|
||||
) : ParsedHttpSource() {
|
||||
|
||||
override val baseUrl = "http://www.comico.com.tw"
|
||||
override val baseUrl = "https://www.comico.com.tw"
|
||||
|
||||
override val lang = "zh"
|
||||
|
||||
|
Reference in New Issue
Block a user