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

View File

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

View File

@ -48,6 +48,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
SingleLang("Kuma Scans (Kuma Translation)", "https://kumascans.com", "en", className = "KumaScans"), SingleLang("Kuma Scans (Kuma Translation)", "https://kumascans.com", "en", className = "KumaScans"),
SingleLang("Tempest Manga", "https://manga.tempestfansub.com", "tr"), SingleLang("Tempest Manga", "https://manga.tempestfansub.com", "tr"),
SingleLang("xCaliBR Scans", "http://xcalibrscans.com", "en"), SingleLang("xCaliBR Scans", "http://xcalibrscans.com", "en"),
SingleLang("NoxSubs", "https://noxsubs.com", "tr"),
) )
companion object { companion object {

View File

@ -5,7 +5,7 @@ ext {
extName = 'My Manga Reader CMS (Many sources)' extName = 'My Manga Reader CMS (Many sources)'
pkgNameSuffix = 'all.mmrcms' pkgNameSuffix = 'all.mmrcms'
extClass = '.MyMangaReaderCMSSources' extClass = '.MyMangaReaderCMSSources'
extVersionCode = 54 extVersionCode = 55
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true 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.SSLContext
import javax.net.ssl.TrustManager import javax.net.ssl.TrustManager
import javax.net.ssl.X509TrustManager import javax.net.ssl.X509TrustManager
import kotlin.jvm.Throws
/** /**
* This class generates the sources for MMRCMS. * This class generates the sources for MMRCMS.
@ -240,7 +241,7 @@ class Generator {
SourceData("en", "Manhwas Men", "https://manhwas.men"), SourceData("en", "Manhwas Men", "https://manhwas.men"),
SourceData("fr", "Scan FR", "https://www.scan-fr.cc"), SourceData("fr", "Scan FR", "https://www.scan-fr.cc"),
SourceData("fr", "Scan VF", "https://www.scan-vf.net"), 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("id", "Komikid", "https://www.komikid.com"),
SourceData("pt-BR", "Mangás Yuri", "https://mangasyuri.net"), SourceData("pt-BR", "Mangás Yuri", "https://mangasyuri.net"),
SourceData("pl", "Nikushima", "http://azbivo.webd.pro"), SourceData("pl", "Nikushima", "http://azbivo.webd.pro"),
@ -254,15 +255,14 @@ class Generator {
SourceData("pl", "Phoenix-Scans", "https://phoenix-scans.pl"), SourceData("pl", "Phoenix-Scans", "https://phoenix-scans.pl"),
SourceData("tr", "Puzzmos", "https://puzzmos.com"), SourceData("tr", "Puzzmos", "https://puzzmos.com"),
SourceData("fr", "Scan-1", "https://wwv.scan-1.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("id", "Komik Manga", "https://adm.komikmanga.com"),
SourceData("ko", "Mangazuki Raws", "https://raws.mangazuki.co"), SourceData("ko", "Mangazuki Raws", "https://raws.mangazuki.co"),
SourceData("pt-BR", "Remangas", "https://remangas.top"), SourceData("pt-BR", "Remangas", "https://remangas.top"),
SourceData("pt-BR", "AnimaRegia", "https://animaregia.net"), SourceData("pt-BR", "AnimaRegia", "https://animaregia.net"),
SourceData("tr", "NoxSubs", "https://noxsubs.com"),
SourceData("tr", "MangaVadisi", "http://manga-v2.mangavadisi.org"), SourceData("tr", "MangaVadisi", "http://manga-v2.mangavadisi.org"),
SourceData("id", "MangaID", "https://mangaid.click"), 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", "Op-VF", "https://www.op-vf.com"),
SourceData("fr", "FR Scan", "https://www.frscan.me"), SourceData("fr", "FR Scan", "https://www.frscan.me"),
// NOTE: THIS SOURCE CONTAINS A CUSTOM LANGUAGE SYSTEM (which will be ignored)! // NOTE: THIS SOURCE CONTAINS A CUSTOM LANGUAGE SYSTEM (which will be ignored)!