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