Merge branch 'fixAnimeWorld' of https://github.com/mobby45/aniyomi-extensions into fixAnimeWorld

This commit is contained in:
mobby45 2024-07-09 18:49:53 +02:00
commit fa96db1cea
10 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@ just paste this into your anime repo https://raw.githubusercontent.com/almightyh
i am maintaining this but keep in mind that i'm NOT a developer so expect issues to take a while to fix
If your interested in installing the just apks they can be found [Here](https://github.com/almightyhak/aniyomi-anime-repo)
If your interested in installing just the apks they can be found [Here](https://github.com/almightyhak/aniyomi-anime-repo)
## Contact

View file

@ -1,7 +1,7 @@
ext {
extName = 'AsianLoad'
extClass = '.AsianLoad'
extVersionCode = 38
extVersionCode = 39
}
apply from: "$rootDir/common.gradle"
@ -11,4 +11,4 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:streamwish-extractor'))
}
}

View file

@ -30,7 +30,7 @@ class AsianLoad : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "AsianLoad"
override val baseUrl = "https://asianhd1.com"
override val baseUrl = "https://draplay.info/"
override val lang = "en"

View file

@ -1,7 +1,7 @@
ext {
extName = 'Oploverz'
extClass = '.Oploverz'
extVersionCode = 25
extVersionCode = 26
}
apply from: "$rootDir/common.gradle"

View file

@ -28,7 +28,7 @@ import java.util.Locale
class Oploverz : ConfigurableAnimeSource, AnimeHttpSource() {
override val name: String = "Oploverz"
override val baseUrl: String = "https://oploverz.plus"
override val baseUrl: String = "https://oploverz.media"
override val lang: String = "id"
override val supportsLatest: Boolean = true

View file

@ -1,7 +1,7 @@
ext {
extName = 'Samehadaku'
extClass = '.Samehadaku'
extVersionCode = 6
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"

View file

@ -28,7 +28,7 @@ import java.util.Locale
class Samehadaku : ConfigurableAnimeSource, AnimeHttpSource() {
override val name: String = "Samehadaku"
override val baseUrl: String = "https://samehadaku.show"
override val baseUrl: String = "https://samehadaku.email"
override val lang: String = "id"
override val supportsLatest: Boolean = true

View file

@ -1,7 +1,7 @@
ext {
extName = 'HentaiZM'
extClass = '.HentaiZM'
extVersionCode = 2
extVersionCode = 3
isNsfw = true
}

View file

@ -30,7 +30,7 @@ class HentaiZM : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
override val name = "HentaiZM"
override val baseUrl = "https://www.hentaizm.fun"
override val baseUrl = "https://www.hentaizm.life"
override val lang = "tr"

View file

@ -8,7 +8,7 @@ import android.util.Log
import kotlin.system.exitProcess
/**
* Springboard that accepts https://www.hentaizm.fun/hentai-detay/<item> intents
* Springboard that accepts https://www.hentaizm.life/hentai-detay/<item> intents
* and redirects them to the main Aniyomi process.
*/
class HentaiZMUrlActivity : Activity() {