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:
happywillow0
2021-02-26 13:16:16 -05:00
committed by GitHub
parent ac905eab4f
commit 9014f85f77
5 changed files with 34 additions and 28 deletions

View File

@ -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

View File

@ -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)!