MMRCMS - add Jpmangas (#4151)
This commit is contained in:
parent
b01cf8e0ba
commit
48cdd49994
@ -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 = 48
|
extVersionCode = 49
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = true
|
containsNsfw = true
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -268,6 +268,7 @@ class Generator {
|
|||||||
SourceData("id", "MangaYu", "https://mangayu.com"),
|
SourceData("id", "MangaYu", "https://mangayu.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"),
|
||||||
// NOTE: THIS SOURCE CONTAINS A CUSTOM LANGUAGE SYSTEM (which will be ignored)!
|
// NOTE: THIS SOURCE CONTAINS A CUSTOM LANGUAGE SYSTEM (which will be ignored)!
|
||||||
SourceData("other", "HentaiShark", "https://www.hentaishark.com", true))
|
SourceData("other", "HentaiShark", "https://www.hentaishark.com", true))
|
||||||
// Changed CMS
|
// Changed CMS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user