fix(pt/animesgames): Update baseUrl (#2419)
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
<data
|
<data
|
||||||
android:host="animesgames.net"
|
android:host="animesgames.cc"
|
||||||
android:pathPattern="/animes/..*"
|
android:pathPattern="/animes/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
@ -8,7 +8,7 @@ ext {
|
|||||||
extName = 'Animes Games'
|
extName = 'Animes Games'
|
||||||
pkgNameSuffix = 'pt.animesgames'
|
pkgNameSuffix = 'pt.animesgames'
|
||||||
extClass = '.AnimesGames'
|
extClass = '.AnimesGames'
|
||||||
extVersionCode = 1
|
extVersionCode = 2
|
||||||
libVersion = '13'
|
libVersion = '13'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ class AnimesGames : ParsedAnimeHttpSource() {
|
|||||||
|
|
||||||
override val name = "Animes Games"
|
override val name = "Animes Games"
|
||||||
|
|
||||||
override val baseUrl = "https://animesgames.net"
|
override val baseUrl = "https://animesgames.cc"
|
||||||
|
|
||||||
override val lang = "pt-BR"
|
override val lang = "pt-BR"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import android.util.Log
|
|||||||
import kotlin.system.exitProcess
|
import kotlin.system.exitProcess
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Springboard that accepts https://animesgames.net/animes/<item> intents
|
* Springboard that accepts https://animesgames.cc/animes/<item> intents
|
||||||
* and redirects them to the main Aniyomi process.
|
* and redirects them to the main Aniyomi process.
|
||||||
*/
|
*/
|
||||||
class AnimesGamesUrlActivity : Activity() {
|
class AnimesGamesUrlActivity : Activity() {
|
||||||
|
Reference in New Issue
Block a user