Fixed Hentaizm

This commit is contained in:
almightyhak 2024-07-07 15:23:13 +07:00
parent 8bd8655009
commit 051a8dcfe9
2 changed files with 2 additions and 2 deletions

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