NineHentai: update domain (#2074)
This commit is contained in:
parent
cf2cef1985
commit
a06318f264
@ -14,7 +14,7 @@
|
|||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
<data
|
<data
|
||||||
android:host="9hentai.to"
|
android:host="9hentai.com"
|
||||||
android:pathPattern="/g/..*"
|
android:pathPattern="/g/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'NineHentai'
|
extName = 'NineHentai'
|
||||||
extClass = '.NineHentai'
|
extClass = '.NineHentai'
|
||||||
extVersionCode = 2
|
extVersionCode = 3
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ import java.util.Calendar
|
|||||||
|
|
||||||
class NineHentai : HttpSource() {
|
class NineHentai : HttpSource() {
|
||||||
|
|
||||||
override val baseUrl = "https://9hentai.to"
|
override val baseUrl = "https://9hentai.com"
|
||||||
|
|
||||||
override val name = "NineHentai"
|
override val name = "NineHentai"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import android.util.Log
|
|||||||
import kotlin.system.exitProcess
|
import kotlin.system.exitProcess
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Springboard that accepts https://9hentai.to/g/xxxxxx intents and redirects them to
|
* Springboard that accepts https://9hentai.com/g/xxxxxx intents and redirects them to
|
||||||
* the main Tachiyomi process.
|
* the main Tachiyomi process.
|
||||||
*/
|
*/
|
||||||
class NineHentaiUrlActivity : Activity() {
|
class NineHentaiUrlActivity : Activity() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user