Move Noxsubs to WPMangaStream (#5992)
* Adds NoxSubs to WPMangaStream - Adds source to generator - Overrides SimpleDateFormat language * Updates MMRCMS - Removes NoxSubs - Updates a few other url due to domain changes.
This commit is contained in:
parent
ac905eab4f
commit
9014f85f77
|
@ -0,0 +1,7 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.noxsubs
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class NoxSubs : WPMangaStream("NoxSubs", "https://noxsubs.com", "tr", SimpleDateFormat("MMM d, yyyy", Locale("tr")))
|
|
@ -48,6 +48,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Kuma Scans (Kuma Translation)", "https://kumascans.com", "en", className = "KumaScans"),
|
||||
SingleLang("Tempest Manga", "https://manga.tempestfansub.com", "tr"),
|
||||
SingleLang("xCaliBR Scans", "http://xcalibrscans.com", "en"),
|
||||
SingleLang("NoxSubs", "https://noxsubs.com", "tr"),
|
||||
)
|
||||
|
||||
companion object {
|
||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'My Manga Reader CMS (Many sources)'
|
||||
pkgNameSuffix = 'all.mmrcms'
|
||||
extClass = '.MyMangaReaderCMSSources'
|
||||
extVersionCode = 54
|
||||
extVersionCode = 55
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -17,6 +17,7 @@ import java.util.concurrent.TimeUnit
|
|||
import javax.net.ssl.SSLContext
|
||||
import javax.net.ssl.TrustManager
|
||||
import javax.net.ssl.X509TrustManager
|
||||
import kotlin.jvm.Throws
|
||||
|
||||
/**
|
||||
* This class generates the sources for MMRCMS.
|
||||
|
@ -240,7 +241,7 @@ class Generator {
|
|||
SourceData("en", "Manhwas Men", "https://manhwas.men"),
|
||||
SourceData("fr", "Scan FR", "https://www.scan-fr.cc"),
|
||||
SourceData("fr", "Scan VF", "https://www.scan-vf.net"),
|
||||
SourceData("fr", "Scan OP", "https://scan-op.net"),
|
||||
SourceData("fr", "Scan OP", "https://scan-op.cc"),
|
||||
SourceData("id", "Komikid", "https://www.komikid.com"),
|
||||
SourceData("pt-BR", "Mangás Yuri", "https://mangasyuri.net"),
|
||||
SourceData("pl", "Nikushima", "http://azbivo.webd.pro"),
|
||||
|
@ -254,15 +255,14 @@ class Generator {
|
|||
SourceData("pl", "Phoenix-Scans", "https://phoenix-scans.pl"),
|
||||
SourceData("tr", "Puzzmos", "https://puzzmos.com"),
|
||||
SourceData("fr", "Scan-1", "https://wwv.scan-1.com"),
|
||||
SourceData("fr", "Lelscan-VF", "https://www.lelscan-vf.com"),
|
||||
SourceData("fr", "Lelscan-VF", "https://lelscan-vf.co"),
|
||||
SourceData("id", "Komik Manga", "https://adm.komikmanga.com"),
|
||||
SourceData("ko", "Mangazuki Raws", "https://raws.mangazuki.co"),
|
||||
SourceData("pt-BR", "Remangas", "https://remangas.top"),
|
||||
SourceData("pt-BR", "AnimaRegia", "https://animaregia.net"),
|
||||
SourceData("tr", "NoxSubs", "https://noxsubs.com"),
|
||||
SourceData("tr", "MangaVadisi", "http://manga-v2.mangavadisi.org"),
|
||||
SourceData("id", "MangaID", "https://mangaid.click"),
|
||||
SourceData("fr", "Jpmangas", "https://www.jpmangas.com"),
|
||||
SourceData("fr", "Jpmangas", "https://jpmangas.co"),
|
||||
SourceData("fr", "Op-VF", "https://www.op-vf.com"),
|
||||
SourceData("fr", "FR Scan", "https://www.frscan.me"),
|
||||
// NOTE: THIS SOURCE CONTAINS A CUSTOM LANGUAGE SYSTEM (which will be ignored)!
|
||||
|
|
Loading…
Reference in New Issue