forked from AlmightyHak/extensions-source
fix: Fixed extension publish (#484)
This commit is contained in:
parent
6853962f8c
commit
4963848e16
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'HentaiZM'
|
extName = 'HentaiZM'
|
||||||
extClass = '.HentaiZM'
|
extClass = '.HentaiZM'
|
||||||
extVersionCode = 6
|
extVersionCode = 7
|
||||||
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.hentaizm1.online/"
|
override val baseUrl = "https://www.hentaizm3.online/"
|
||||||
|
|
||||||
override val lang = "tr"
|
override val lang = "tr"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue