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

This commit is contained in:
WebDitto 2024-08-29 11:31:17 -03:00 committed by GitHub
parent d9a5eae2d9
commit dec0bd412c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -8,7 +8,7 @@ import android.util.Log
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.
*/
class HentaiZMUrlActivity : Activity() {