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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 22 additions and 22 deletions

View File

@ -2,4 +2,4 @@ package eu.kanade.tachiyomi.extension.es.menudofansub
import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide
class MenudoFansub : FoolSlide("Menudo-Fansub", "http://www.menudo-fansub.com", "es", "/slide") class MenudoFansub : FoolSlide("Menudo-Fansub", "https://www.menudo-fansub.com", "es", "/slide")

View File

@ -2,4 +2,4 @@ package eu.kanade.tachiyomi.extension.en.sensescans
import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide
class SenseScans : FoolSlide("Sense-Scans", "http://sensescans.com", "en", "/reader") class SenseScans : FoolSlide("Sense-Scans", "https://sensescans.com", "en", "/reader")

View File

@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
import eu.kanade.tachiyomi.source.model.SChapter import eu.kanade.tachiyomi.source.model.SChapter
import okhttp3.Response import okhttp3.Response
class AniMangaEs : Madara("AniMangaEs", "http://animangaes.com", "en") { class AniMangaEs : Madara("AniMangaEs", "https://animangaes.com", "en") {
override val pageListParseSelector = "div.text-left noscript" override val pageListParseSelector = "div.text-left noscript"
override val chapterUrlSuffix = "" override val chapterUrlSuffix = ""
override fun chapterListParse(response: Response): List<SChapter> = super.chapterListParse(response).reversed() override fun chapterListParse(response: Response): List<SChapter> = super.chapterListParse(response).reversed()

View File

@ -8,7 +8,7 @@ import okhttp3.Request
import java.text.SimpleDateFormat import java.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
class NetTruyen : WPComics("NetTruyen", "http://www.nettruyen.com", "vi", SimpleDateFormat("dd/MM/yy", Locale.getDefault()), null) { class NetTruyen : WPComics("NetTruyen", "https://www.nettruyen.com", "vi", SimpleDateFormat("dd/MM/yy", Locale.getDefault()), null) {
override fun imageRequest(page: Page): Request = GET(page.imageUrl!!, headersBuilder().add("Referer", baseUrl).build()) override fun imageRequest(page: Page): Request = GET(page.imageUrl!!, headersBuilder().add("Referer", baseUrl).build())
override fun getFilterList(): FilterList { override fun getFilterList(): FilterList {
return FilterList( return FilterList(

View File

@ -23,8 +23,8 @@ class FoolSlideGenerator : ThemeSourceGenerator {
SingleLang("Русификация", "https://rusmanga.ru", "ru", className = "Russification"), SingleLang("Русификация", "https://rusmanga.ru", "ru", className = "Russification"),
SingleLang("PowerManga", "https://reader.powermanga.org", "it", className = "PowerMangaIT"), SingleLang("PowerManga", "https://reader.powermanga.org", "it", className = "PowerMangaIT"),
MultiLang("FoolSlide Customizable", "", listOf("other")), MultiLang("FoolSlide Customizable", "", listOf("other")),
SingleLang("Menudo-Fansub", "http://www.menudo-fansub.com", "es", className = "MenudoFansub"), SingleLang("Menudo-Fansub", "https://www.menudo-fansub.com", "es", className = "MenudoFansub", overrideVersionCode = 1),
SingleLang("Sense-Scans", "http://sensescans.com", "en", className = "SenseScans"), SingleLang("Sense-Scans", "https://sensescans.com", "en", className = "SenseScans", overrideVersionCode = 1),
SingleLang("Kirei Cake", "https://reader.kireicake.com", "en"), SingleLang("Kirei Cake", "https://reader.kireicake.com", "en"),
SingleLang("Mangatellers", "http://www.mangatellers.gr", "en"), SingleLang("Mangatellers", "http://www.mangatellers.gr", "en"),
SingleLang("Iskultrip Scans", "https://maryfaye.net", "en"), SingleLang("Iskultrip Scans", "https://maryfaye.net", "en"),

View File

@ -18,7 +18,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("AlianzaMarcial", "https://alianzamarcial.xyz", "es"), SingleLang("AlianzaMarcial", "https://alianzamarcial.xyz", "es"),
SingleLang("AllPornComic", "https://allporncomic.com", "en", isNsfw = true), SingleLang("AllPornComic", "https://allporncomic.com", "en", isNsfw = true),
SingleLang("Aloalivn", "https://aloalivn.com", "en", overrideVersionCode = 1), SingleLang("Aloalivn", "https://aloalivn.com", "en", overrideVersionCode = 1),
SingleLang("AniMangaEs", "http://animangaes.com", "en"), SingleLang("AniMangaEs", "https://animangaes.com", "en", overrideVersionCode = 1),
SingleLang("Agent of Change Translations", "https://aoc.moe", "en"), SingleLang("Agent of Change Translations", "https://aoc.moe", "en"),
SingleLang("ApollComics", "https://apollcomics.xyz", "es"), SingleLang("ApollComics", "https://apollcomics.xyz", "es"),
SingleLang("Arang Scans", "https://arangscans.com", "en", overrideVersionCode = 1), SingleLang("Arang Scans", "https://arangscans.com", "en", overrideVersionCode = 1),

View File

@ -15,7 +15,7 @@ class WPComicsGenerator : ThemeSourceGenerator {
override val sources = listOf( override val sources = listOf(
SingleLang("ComicLatest", "https://comiclatest.com", "en"), SingleLang("ComicLatest", "https://comiclatest.com", "en"),
MultiLang("MangaSum", "https://mangasum.com", listOf("en", "ja")), MultiLang("MangaSum", "https://mangasum.com", listOf("en", "ja")),
SingleLang("NetTruyen", "http://www.nettruyen.com", "vi"), SingleLang("NetTruyen", "https://www.nettruyen.com", "vi", overrideVersionCode = 1),
SingleLang("NhatTruyen", "http://nhattruyen.com", "vi"), SingleLang("NhatTruyen", "http://nhattruyen.com", "vi"),
SingleLang("TruyenChon", "http://truyenchon.com", "vi"), SingleLang("TruyenChon", "http://truyenchon.com", "vi"),
SingleLang("XOXO Comics", "https://xoxocomics.com", "en", className = "XoxoComics"), SingleLang("XOXO Comics", "https://xoxocomics.com", "en", className = "XoxoComics"),

View File

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

View File

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

View File

@ -5,7 +5,7 @@ ext {
extName = 'Cyanide & Happiness' extName = 'Cyanide & Happiness'
pkgNameSuffix = 'en.explosm' pkgNameSuffix = 'en.explosm'
extClass = '.Explosm' extClass = '.Explosm'
extVersionCode = 2 extVersionCode = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -21,7 +21,7 @@ class Explosm : HttpSource() {
override val name = "Cyanide & Happiness" override val name = "Cyanide & Happiness"
override val baseUrl = "http://explosm.net" override val baseUrl = "https://explosm.net"
override val lang = "en" override val lang = "en"

View File

@ -5,7 +5,7 @@ ext {
extName = 'HBrowse' extName = 'HBrowse'
pkgNameSuffix = 'en.hbrowse' pkgNameSuffix = 'en.hbrowse'
extClass = '.HBrowse' extClass = '.HBrowse'
extVersionCode = 3 extVersionCode = 4
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true containsNsfw = true
} }

View File

@ -22,7 +22,7 @@ class HBrowse : ParsedHttpSource() {
override val name = "HBrowse" override val name = "HBrowse"
override val baseUrl = "http://www.hbrowse.com" override val baseUrl = "https://www.hbrowse.com"
override val lang = "en" override val lang = "en"

View File

@ -5,7 +5,7 @@ ext {
extName = 'Mangahasu' extName = 'Mangahasu'
pkgNameSuffix = 'en.mangahasu' pkgNameSuffix = 'en.mangahasu'
extClass = '.Mangahasu' extClass = '.Mangahasu'
extVersionCode = 9 extVersionCode = 10
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -26,7 +26,7 @@ class Mangahasu : ParsedHttpSource() {
override val name = "Mangahasu" override val name = "Mangahasu"
override val baseUrl = "http://mangahasu.se" override val baseUrl = "https://mangahasu.se"
override val lang = "en" override val lang = "en"

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaRaw' extName = 'MangaRaw'
pkgNameSuffix = 'ja.mangaraw' pkgNameSuffix = 'ja.mangaraw'
extClass = '.MangaRawFactory' extClass = '.MangaRawFactory'
extVersionCode = 2 extVersionCode = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -10,5 +10,5 @@ class MangaRawFactory : SourceFactory {
) )
} }
class Manga1000 : MangaRaw("Manga1000", "http://manga1000.com") class Manga1000 : MangaRaw("Manga1000", "https://manga1000.com")
class Manga1001 : MangaRaw("Manga1001", "http://manga1001.com") class Manga1001 : MangaRaw("Manga1001", "https://manga1001.com")

View File

@ -5,7 +5,7 @@ ext {
extName = 'Comico' extName = 'Comico'
pkgNameSuffix = 'zh.comico' pkgNameSuffix = 'zh.comico'
extClass = '.ComicoFactory' extClass = '.ComicoFactory'
extVersionCode = 1 extVersionCode = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -27,7 +27,7 @@ abstract class Comico(
override val supportsLatest: Boolean override val supportsLatest: Boolean
) : ParsedHttpSource() { ) : ParsedHttpSource() {
override val baseUrl = "http://www.comico.com.tw" override val baseUrl = "https://www.comico.com.tw"
override val lang = "zh" override val lang = "zh"