Merge branch 'fixAnimeWorld' of https://github.com/mobby45/aniyomi-extensions into fixAnimeWorld
This commit is contained in:
commit
fa96db1cea
10 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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'))
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Oploverz'
|
||||
extClass = '.Oploverz'
|
||||
extVersionCode = 25
|
||||
extVersionCode = 26
|
||||
}
|
||||
|
||||
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.plus"
|
||||
override val baseUrl: String = "https://oploverz.media"
|
||||
override val lang: String = "id"
|
||||
override val supportsLatest: Boolean = true
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Samehadaku'
|
||||
extClass = '.Samehadaku'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
}
|
||||
|
||||
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.show"
|
||||
override val baseUrl: String = "https://samehadaku.email"
|
||||
override val lang: String = "id"
|
||||
override val supportsLatest: Boolean = true
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'HentaiZM'
|
||||
extClass = '.HentaiZM'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue