MMRCMS - add Lelscan-VF (#2738)

MMRCMS - add Lelscan-VF
This commit is contained in:
Mike 2020-04-21 17:06:57 -04:00 committed by GitHub
parent 5d9be48f31
commit d82ea43ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 7 deletions

View File

@ -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 = 36 extVersionCode = 37
libVersion = '1.2' libVersion = '1.2'
} }

File diff suppressed because one or more lines are too long

View File

@ -99,6 +99,7 @@ class Generator {
} }
} }
} }
println("Number of sources successfully generated: ${number - 1}")
if (!DRY_RUN) { if (!DRY_RUN) {
val writer = PrintWriter(relativePath) val writer = PrintWriter(relativePath)
writer.write(buffer.toString()) writer.write(buffer.toString())
@ -258,6 +259,7 @@ class Generator {
Triple("ru", "Japit Comics","https://j-comics.ru"), Triple("ru", "Japit Comics","https://j-comics.ru"),
Triple("tr", "Puzzmos", "https://puzzmos.com"), Triple("tr", "Puzzmos", "https://puzzmos.com"),
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"),
//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