feat(multisrc/animestream): New source: AnimeKhor (#1749)

This commit is contained in:
Secozzi
2023-06-17 20:46:45 +02:00
committed by GitHub
parent e6bc436e96
commit 4e975b03fc
11 changed files with 202 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class AnimeStreamGenerator : ThemeSourceGenerator {
SingleLang("LMAnime", "https://lmanime.com", "all", isNsfw = false, overrideVersionCode = 2),
SingleLang("RineCloud", "https://rine.cloud", "pt-BR", isNsfw = false),
SingleLang("Animenosub", "https://animenosub.com", "en", isNsfw = true),
SingleLang("AnimeKhor", "https://animekhor.xyz", "en", isNsfw = false),
)
companion object {