Movizland: new domain url (#935)

This commit is contained in:
adly98
2022-10-15 21:17:15 +02:00
committed by GitHub
parent c629c25ab2
commit c20783a72c
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'موفيزلاند' extName = 'موفيزلاند'
pkgNameSuffix = 'ar.movizland' pkgNameSuffix = 'ar.movizland'
extClass = '.Movizland' extClass = '.Movizland'
extVersionCode = 6 extVersionCode = 7
libVersion = '13' libVersion = '13'
} }

View File

@ -35,7 +35,7 @@ class Movizland : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "موفيزلاند" override val name = "موفيزلاند"
override val baseUrl = "https://new.movizland.cyou/" override val baseUrl = "https://watch.movizland.cyou"
override val lang = "ar" override val lang = "ar"
@ -290,6 +290,7 @@ class Movizland : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
return GET(catUrl, headers) return GET(catUrl, headers)
} }
} }
else -> {}
} }
} }
throw Exception("اختر قسم") throw Exception("اختر قسم")