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