999h update url (#17900)

* 999h update urls

* manifest url
This commit is contained in:
AwkwardPeak7 2023-09-12 07:43:05 +05:00 committed by GitHub
parent a4e26d77c0
commit 0154639645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" /> <category android:name="android.intent.category.BROWSABLE" />
<data android:host="999hentai.to"/> <data android:host="999hentai.net"/>
<data android:scheme="https"/> <data android:scheme="https"/>
<data android:pathPattern="/hchapter/..*"/> <data android:pathPattern="/hchapter/..*"/>
</intent-filter> </intent-filter>

View File

@ -6,7 +6,7 @@ ext {
extName = '999Hentai' extName = '999Hentai'
pkgNameSuffix = 'all.ninenineninehentai' pkgNameSuffix = 'all.ninenineninehentai'
extClass = '.NineNineNineHentaiFactory' extClass = '.NineNineNineHentaiFactory'
extVersionCode = 2 extVersionCode = 3
isNsfw = true isNsfw = true
} }

View File

@ -39,9 +39,9 @@ open class NineNineNineHentai(
override val name = "999Hentai" override val name = "999Hentai"
override val baseUrl = "https://999hentai.to" override val baseUrl = "https://999hentai.net"
private val apiUrl = "https://api.999hentai.to/api" private val apiUrl = "https://api.newsmama.top/api"
override val supportsLatest = true override val supportsLatest = true