feat(multisrc/dooplay): New source: AnimesFox BR (#1576)
* feat(multisrc/dooplay): New source: AnimesFox BR * fix: Fix popular animes page * fix: Fix latest updates page * fix: Fix pagination on search page * fix: Fix genres filter * fix: Fix anime details page * fix: Fix episode list * feat: Implement video extractor * feat: Add language video filter * chore: Add source icon
This commit is contained in:
@ -12,6 +12,7 @@ class DooPlayGenerator : ThemeSourceGenerator {
|
||||
|
||||
override val sources = listOf(
|
||||
SingleLang("Animes House", "https://animeshouse.net", "pt-BR", isNsfw = false, overrideVersionCode = 4),
|
||||
SingleLang("AnimesFox BR", "https://animesfoxbr.com", "pt-BR", isNsfw = false),
|
||||
SingleLang("AnimePlayer", "https://animeplayer.com.br", "pt-BR", isNsfw = true),
|
||||
SingleLang("Cinemathek", "https://cinemathek.net", "de", isNsfw = true, overrideVersionCode = 11),
|
||||
SingleLang("CineVision", "https://cinevision.vc", "pt-BR", isNsfw = true, overrideVersionCode = 4),
|
||||
|
Reference in New Issue
Block a user