parent
e62f98f27c
commit
197af33519
|
@ -14,7 +14,7 @@
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
<data
|
<data
|
||||||
android:host="lectortmo.com"
|
android:host="visortmo.com"
|
||||||
android:pathPattern="/library/..*/..*/..*"
|
android:pathPattern="/library/..*/..*/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'TuMangaOnline'
|
extName = 'TuMangaOnline'
|
||||||
pkgNameSuffix = 'es.tumangaonline'
|
pkgNameSuffix = 'es.tumangaonline'
|
||||||
extClass = '.TuMangaOnline'
|
extClass = '.TuMangaOnline'
|
||||||
extVersionCode = 44
|
extVersionCode = 45
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ class TuMangaOnline : ConfigurableSource, ParsedHttpSource() {
|
||||||
|
|
||||||
override val name = "TuMangaOnline"
|
override val name = "TuMangaOnline"
|
||||||
|
|
||||||
override val baseUrl = "https://lectortmo.com"
|
override val baseUrl = "https://visortmo.com"
|
||||||
|
|
||||||
override val lang = "es"
|
override val lang = "es"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ import android.util.Log
|
||||||
import kotlin.system.exitProcess
|
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.
|
* the main Tachiyomi process.
|
||||||
*/
|
*/
|
||||||
class TuMangaOnlineUrlActivity : Activity() {
|
class TuMangaOnlineUrlActivity : Activity() {
|
||||||
|
|
Loading…
Reference in New Issue