parent
a4e26d77c0
commit
0154639645
|
@ -12,7 +12,7 @@
|
|||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data android:host="999hentai.to"/>
|
||||
<data android:host="999hentai.net"/>
|
||||
<data android:scheme="https"/>
|
||||
<data android:pathPattern="/hchapter/..*"/>
|
||||
</intent-filter>
|
||||
|
|
|
@ -6,8 +6,8 @@ ext {
|
|||
extName = '999Hentai'
|
||||
pkgNameSuffix = 'all.ninenineninehentai'
|
||||
extClass = '.NineNineNineHentaiFactory'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -39,9 +39,9 @@ open class NineNineNineHentai(
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue