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