fix(tr/hentaizm): Change domain for tr/hentaizm

This commit is contained in:
WebDitto 2024-08-29 10:53:52 -03:00
parent d9a5eae2d9
commit e992dafdae
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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"

View file

@ -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() {