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)'
|
||||
pkgNameSuffix = 'all.mmrcms'
|
||||
extClass = '.MyMangaReaderCMSSources'
|
||||
extVersionCode = 48
|
||||
extVersionCode = 49
|
||||
libVersion = '1.2'
|
||||
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("tr", "MangaVadisi", "http://manga-v2.mangavadisi.org"),
|
||||
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)!
|
||||
SourceData("other", "HentaiShark", "https://www.hentaishark.com", true))
|
||||
// Changed CMS
|
||||
|
|
Loading…
Reference in New Issue