feat(pl/desuonline): Convert to multisrc theme and fix video extractors (#2039)

This commit is contained in:
Secozzi
2023-08-13 22:11:16 +02:00
committed by GitHub
parent dc0c125749
commit 5ab164e537
14 changed files with 299 additions and 252 deletions

View File

@ -16,6 +16,7 @@ class AnimeStreamGenerator : ThemeSourceGenerator {
SingleLang("Animenosub", "https://animenosub.com", "en", isNsfw = true),
SingleLang("AnimeTitans", "https://animetitans.com", "ar", isNsfw = false, overrideVersionCode = 11),
SingleLang("AnimeXin", "https://animexin.vip", "all", isNsfw = false, overrideVersionCode = 4),
SingleLang("desu-online", "https://desu-online.pl", "pl", className = "DesuOnline", isNsfw = false),
SingleLang("Hstream", "https://hstream.moe", "en", isNsfw = true, overrideVersionCode = 3),
SingleLang("LMAnime", "https://lmanime.com", "all", isNsfw = false, overrideVersionCode = 2),
SingleLang("MiniOppai", "https://minioppai.org", "id", isNsfw = true, overrideVersionCode = 2),