MMRCMS - add Jpmangas (#4151)

This commit is contained in:
Mike 2020-08-17 15:02:39 -04:00 committed by GitHub
parent b01cf8e0ba
commit 48cdd49994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 9 deletions

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 = 48 extVersionCode = 49
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true containsNsfw = true
} }

File diff suppressed because one or more lines are too long

View File

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