TMO: Update domain (#18679)

Update domain
This commit is contained in:
bapeey 2023-10-23 11:46:01 -05:00 committed by GitHub
parent e62f98f27c
commit 197af33519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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="lectortmo.com"
android:host="visortmo.com"
android:pathPattern="/library/..*/..*/..*"
android:scheme="https" />
</intent-filter>

View File

@ -5,7 +5,7 @@ ext {
extName = 'TuMangaOnline'
pkgNameSuffix = 'es.tumangaonline'
extClass = '.TuMangaOnline'
extVersionCode = 44
extVersionCode = 45
isNsfw = true
}

View File

@ -39,7 +39,7 @@ class TuMangaOnline : ConfigurableSource, ParsedHttpSource() {
override val name = "TuMangaOnline"
override val baseUrl = "https://lectortmo.com"
override val baseUrl = "https://visortmo.com"
override val lang = "es"

View File

@ -8,7 +8,7 @@ import android.util.Log
import kotlin.system.exitProcess
/**
* Springboard that accepts https://lectortmo.com/library/:type/:id/:slug intents and redirects them to
* Springboard that accepts https://visortmo.com/library/:type/:id/:slug intents and redirects them to
* the main Tachiyomi process.
*/
class TuMangaOnlineUrlActivity : Activity() {