Add Phoenix Fansub extension (#7096)

* Add Phoenix Fansub extension

* Change Phoenix Fansub from individual extension to multisrc with WPMangaStream

* changed icon spacing and added web_hi_res
This commit is contained in:
SuperP91 2021-05-21 14:43:22 +02:00 committed by GitHub
parent efc037301b
commit 605c0b36bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -50,7 +50,8 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
SingleLang("World Romance Translation", "https://wrt.my.id/", "id", overrideVersionCode = 1),
SingleLang("The Apollo Team", "https://theapollo.team", "en"),
SingleLang("Sekte Doujin", "https://sektedoujin.xyz", "id", isNsfw = true),
SingleLang("Lemon Juice Scan", "https://lemonjuicescan.com", "pt-BR", isNsfw = true)
SingleLang("Lemon Juice Scan", "https://lemonjuicescan.com", "pt-BR", isNsfw = true),
SingleLang("Phoenix Fansub", "https://phoenixfansub.com", "es")
)
companion object {