fix(src/id): Update baseUrl (#2874)
This commit is contained in:
parent
f58dc8237c
commit
3d05621bb1
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Oploverz'
|
||||
extClass = '.Oploverz'
|
||||
extVersionCode = 22
|
||||
extVersionCode = 23
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -28,7 +28,7 @@ import java.util.Locale
|
||||
|
||||
class Oploverz : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||
override val name: String = "Oploverz"
|
||||
override val baseUrl: String = "https://oploverz.wiki"
|
||||
override val baseUrl: String = "https://oploverz.guru"
|
||||
override val lang: String = "id"
|
||||
override val supportsLatest: Boolean = true
|
||||
|
||||
|
@ -256,6 +256,7 @@ object OploverzFilters {
|
||||
Pair("Doga Kobo", "doga-kobo"),
|
||||
Pair("DR Movie", "dr-movie"),
|
||||
Pair("Drive", "drive"),
|
||||
Pair("E&H Production", "eh-production"),
|
||||
Pair("Encourage Films", "encourage-films"),
|
||||
Pair("Feel", "feel"),
|
||||
Pair("Gallop", "gallop"),
|
||||
@ -294,6 +295,7 @@ object OploverzFilters {
|
||||
Pair("SANZIGEN", "sanzigen"),
|
||||
Pair("Satelight", "satelight"),
|
||||
Pair("Sentai Filmworks", "sentai-filmworks"),
|
||||
Pair("Seven Arcs", "seven-arcs"),
|
||||
Pair("Shaft", "shaft"),
|
||||
Pair("Shin-Ei Animation", "shin-ei-animation"),
|
||||
Pair("Shuka", "shuka"),
|
||||
|
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Samehadaku'
|
||||
extClass = '.Samehadaku'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -28,7 +28,7 @@ import java.util.Locale
|
||||
|
||||
class Samehadaku : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||
override val name: String = "Samehadaku"
|
||||
override val baseUrl: String = "https://samehadaku.guru"
|
||||
override val baseUrl: String = "https://samehadaku.gold"
|
||||
override val lang: String = "id"
|
||||
override val supportsLatest: Boolean = true
|
||||
|
||||
|
@ -148,10 +148,11 @@ object SamehadakuFilters {
|
||||
Pair("Police", "police"),
|
||||
Pair("poling", "poling"),
|
||||
Pair("Psychological", "psychological"),
|
||||
Pair("Recomendation", "recomendation"),
|
||||
Pair("Rame", "recomendation"),
|
||||
Pair("Reincarnation", "reincarnation"),
|
||||
Pair("Romance", "romance"),
|
||||
Pair("Romantic Subtext", "romantic-subtext"),
|
||||
Pair("Romantic1", "romantic1"),
|
||||
Pair("Samurai", "samurai"),
|
||||
Pair("School", "school"),
|
||||
Pair("Sci-Fi", "sci-fi"),
|
||||
@ -165,6 +166,7 @@ object SamehadakuFilters {
|
||||
Pair("Sports", "sports"),
|
||||
Pair("Spring 2023", "spring-2023"),
|
||||
Pair("Strategy Game", "strategy-game"),
|
||||
Pair("Subtext", "subtext"),
|
||||
Pair("Super Power", "super-power"),
|
||||
Pair("Supernatural", "supernatural"),
|
||||
Pair("Survival", "survival"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user