NineHentai: update domain (#2074)

This commit is contained in:
Vetle Ledaal 2024-03-24 04:24:53 +00:00 committed by Draff
parent cf2cef1985
commit a06318f264
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
ext {
extName = 'NineHentai'
extClass = '.NineHentai'
extVersionCode = 2
extVersionCode = 3
isNsfw = true
}

View File

@ -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"

View File

@ -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() {