More HTTPS upgrades (#2057)

This commit is contained in:
ObserverOfTime
2020-02-23 06:35:13 +02:00
committed by GitHub
parent b1f787e5b2
commit e23b69f8a7
69 changed files with 120 additions and 120 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: FMReader (multiple aggregators)'
pkgNameSuffix = 'all.fmreader'
extClass = '.FMReaderFactory'
extVersionCode = 6
extVersionCode = 7
libVersion = '1.2'
}

View File

@ -118,7 +118,7 @@ class ReadComicOnlineOrg : FMReader("ReadComicOnline.org", "https://readcomiconl
override fun getGenreList() = getComicsGenreList()
}
class HanaScan : FMReader("HanaScan (RawQQ)", "http://rawqq.com", "ja") {
class HanaScan : FMReader("HanaScan (RawQQ)", "https://hanascan.com", "ja") {
override fun popularMangaNextPageSelector() = "div.col-md-8 button"
}
@ -299,7 +299,7 @@ class Manhwa18NetRaw : FMReader("Manhwa18.net Raw", "https://manhwa18.net", "ko"
override fun getFilterList() = FilterList(super.getFilterList().filterNot { it == GenreList(getGenreList()) })
}
class MangaBorn : FMReader("MangaBorn", "http://hellxlight.com", "en") {
class MangaBorn : FMReader("MangaBorn", "https://hellxlight.com", "en") {
override val requestPath = "manga_list"
override val popularSort = "type=topview"
override fun popularMangaNextPageSelector() = "div.page-number a.select + a:not(.go-p-end)"