MMRCMS - add Komik Manga, Mangazuki Raws (#3324)
This commit is contained in:
parent
47093d0371
commit
42e813af30
|
@ -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 = 39
|
extVersionCode = 40
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -248,6 +248,8 @@ class Generator {
|
||||||
Triple("fr", "Scan-1", "https://www.scan-1.com"),
|
Triple("fr", "Scan-1", "https://www.scan-1.com"),
|
||||||
Triple("fr", "Lelscan-VF", "https://www.lelscan-vf.com"),
|
Triple("fr", "Lelscan-VF", "https://www.lelscan-vf.com"),
|
||||||
Triple("id", "MangaSusu", "https://www.mangasusu.mobi"),
|
Triple("id", "MangaSusu", "https://www.mangasusu.mobi"),
|
||||||
|
Triple("id", "Komik Manga", "https://adm.komikmanga.com"),
|
||||||
|
Triple("ko", "Mangazuki Raws", "https://raws.mangazuki.co"),
|
||||||
// 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