refactor: Convert ar/animetitans to multisrc/animestream (#1777)
This commit is contained in:
@ -131,8 +131,11 @@ abstract class AnimeStream(
|
||||
protected open val animeAdditionalInfoSelector = "div.spe > span, li:has(b)"
|
||||
|
||||
protected open val animeStatusText = "Status"
|
||||
protected open val animeArtistText = "tudio"
|
||||
protected open val animeAuthorText = "Fansub"
|
||||
protected open val animeArtistText = when (lang) {
|
||||
"pt-BR" -> "Estudio"
|
||||
else -> "Studio"
|
||||
}
|
||||
|
||||
protected open val animeAltNamePrefix = when (lang) {
|
||||
"pt-BR" -> "Nome(s) alternativo(s): "
|
||||
|
@ -16,6 +16,7 @@ class AnimeStreamGenerator : ThemeSourceGenerator {
|
||||
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),
|
||||
SingleLang("AnimeTitans", "https://animetitans.com", "ar", isNsfw = false, overrideVersionCode = 11),
|
||||
)
|
||||
|
||||
companion object {
|
||||
|
Reference in New Issue
Block a user