Added 9anime new domain & Removed Dead Domain (#1526)
This commit is contained in:
@ -6,7 +6,7 @@ ext {
|
|||||||
extName = '9anime'
|
extName = '9anime'
|
||||||
pkgNameSuffix = 'en.nineanime'
|
pkgNameSuffix = 'en.nineanime'
|
||||||
extClass = '.NineAnime'
|
extClass = '.NineAnime'
|
||||||
extVersionCode = 40
|
extVersionCode = 41
|
||||||
libVersion = '13'
|
libVersion = '13'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -387,8 +387,8 @@ class NineAnime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
|||||||
val domainPref = ListPreference(screen.context).apply {
|
val domainPref = ListPreference(screen.context).apply {
|
||||||
key = "preferred_domain"
|
key = "preferred_domain"
|
||||||
title = "Preferred domain (requires app restart)"
|
title = "Preferred domain (requires app restart)"
|
||||||
entries = arrayOf("9anime.to", "9anime.gs", "9anime.pl", "9anime.id")
|
entries = arrayOf("9anime.to", "9anime.gs", "9anime.pl", "9animehq.to")
|
||||||
entryValues = arrayOf("https://9anime.to", "https://9anime.gs", "https://9anime.pl", "https://9anime.id")
|
entryValues = arrayOf("https://9anime.to", "https://9anime.gs", "https://9anime.pl", "https://9animehq.to")
|
||||||
setDefaultValue("https://9anime.to")
|
setDefaultValue("https://9anime.to")
|
||||||
summary = "%s"
|
summary = "%s"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user