parent
e62f98f27c
commit
197af33519
|
@ -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>
|
||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'TuMangaOnline'
|
||||
pkgNameSuffix = 'es.tumangaonline'
|
||||
extClass = '.TuMangaOnline'
|
||||
extVersionCode = 44
|
||||
extVersionCode = 45
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue