MMRCMS - add NoxSubs (#3429)
This commit is contained in:
parent
14e644d358
commit
e69c49cf97
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: My Manga Reader CMS (Many sources)'
|
appName = 'Tachiyomi: My Manga Reader CMS (Many sources)'
|
||||||
pkgNameSuffix = 'all.mmrcms'
|
pkgNameSuffix = 'all.mmrcms'
|
||||||
extClass = '.MyMangaReaderCMSSources'
|
extClass = '.MyMangaReaderCMSSources'
|
||||||
extVersionCode = 41
|
extVersionCode = 42
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -252,6 +252,7 @@ class Generator {
|
||||||
Triple("ko", "Mangazuki Raws", "https://raws.mangazuki.co"),
|
Triple("ko", "Mangazuki Raws", "https://raws.mangazuki.co"),
|
||||||
Triple("pt-BR", "Remangas", "https://remangas.top"),
|
Triple("pt-BR", "Remangas", "https://remangas.top"),
|
||||||
Triple("pt-BR", "AnimaRegia", "https://animaregia.net"),
|
Triple("pt-BR", "AnimaRegia", "https://animaregia.net"),
|
||||||
|
Triple("tr", "NoxSubs", "https://noxsubs.com"),
|
||||||
// NOTE: THIS SOURCE CONTAINS A CUSTOM LANGUAGE SYSTEM (which will be ignored)!
|
// NOTE: THIS SOURCE CONTAINS A CUSTOM LANGUAGE SYSTEM (which will be ignored)!
|
||||||
Triple("other", "HentaiShark", "https://www.hentaishark.com"))
|
Triple("other", "HentaiShark", "https://www.hentaishark.com"))
|
||||||
// Changed CMS
|
// Changed CMS
|
||||||
|
|
Loading…
Reference in New Issue