Add new White Cloud Pavilion
extension (#12496)
This commit is contained in:
parent
64d3ab1371
commit
ae31863b0a
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 |
@ -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"
|
||||
)
|
@ -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),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user