fix(tr/tranimeizle): Domain update for tranimeizle (#545)
* Update build.gradle * Update AndroidManifest.xml * Update TRAnimeIzleUrlActivity.kt * Update TRAnimeIzle.kt
This commit is contained in:
parent
c38e3c0392
commit
970d14a93c
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="www.tranimeizle.co"
|
||||
android:host="www.tranimeizle.top"
|
||||
android:pathPattern="/anime/..*"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'TR Anime Izle'
|
||||
extClass = '.TRAnimeIzle'
|
||||
extVersionCode = 19
|
||||
extVersionCode = 20
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -43,7 +43,7 @@ class TRAnimeIzle : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
|
|||
|
||||
override val name = "TR Anime Izle"
|
||||
|
||||
override val baseUrl = "https://www.tranimeizle.co"
|
||||
override val baseUrl = "https://www.tranimeizle.top"
|
||||
|
||||
override val lang = "tr"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import android.util.Log
|
|||
import kotlin.system.exitProcess
|
||||
|
||||
/**
|
||||
* Springboard that accepts https://www.tranimeizle.co/anime/<item> intents
|
||||
* Springboard that accepts https://www.tranimeizle.top/anime/<item> intents
|
||||
* and redirects them to the main Aniyomi process.
|
||||
*/
|
||||
class TRAnimeIzleUrlActivity : Activity() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue