Add new White Cloud Pavilion extension (#12496)

This commit is contained in:
AntsyLich 2022-07-09 19:17:29 +06:00 committed by GitHub
parent 64d3ab1371
commit ae31863b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.en.whitecloudpavilionnew
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
class WhiteCloudPavilion : WPMangaReader(
"White Cloud Pavilion (New)",
"https://www.whitecloudpavilion.com",
lang = "en",
mangaUrlDirectory = "/read"
)

View File

@ -53,6 +53,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 10),
SingleLang("White Cloud Pavilion (New)", "https://www.whitecloudpavilion.com", "en", pkgName = "whitecloudpavilionnew", className = "WhiteCloudPavilion"),
SingleLang("ARESManga", "https://aresmanga.com", "ar", pkgName = "iimanga", overrideVersionCode = 2),
)