forked from AlmightyHak/extensions-source
fix(tr/hentaizm): Change domain for tr/hentaizm (#188)
This commit is contained in:
parent
d9a5eae2d9
commit
dec0bd412c
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'HentaiZM'
|
extName = 'HentaiZM'
|
||||||
extClass = '.HentaiZM'
|
extClass = '.HentaiZM'
|
||||||
extVersionCode = 4
|
extVersionCode = 5
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ class HentaiZM : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
|
||||||
|
|
||||||
override val name = "HentaiZM"
|
override val name = "HentaiZM"
|
||||||
|
|
||||||
override val baseUrl = "https://www.hentaizm.pro"
|
override val baseUrl = "https://www.hentaizm.cam"
|
||||||
|
|
||||||
override val lang = "tr"
|
override val lang = "tr"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ import android.util.Log
|
||||||
import kotlin.system.exitProcess
|
import kotlin.system.exitProcess
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Springboard that accepts https://www.hentaizm.life/hentai-detay/<item> intents
|
* Springboard that accepts https://www.hentaizm.cam/hentai-detay/<item> intents
|
||||||
* and redirects them to the main Aniyomi process.
|
* and redirects them to the main Aniyomi process.
|
||||||
*/
|
*/
|
||||||
class HentaiZMUrlActivity : Activity() {
|
class HentaiZMUrlActivity : Activity() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue