Skip to content

Commit

Permalink
fix(pt/animesgames): Update baseUrl (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky authored Oct 26, 2023
1 parent 81909af commit 659afd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pt/animesgames/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/pt/animesgames/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
extName = 'Animes Games'
pkgNameSuffix = 'pt.animesgames'
extClass = '.AnimesGames'
extVersionCode = 1
extVersionCode = 2
libVersion = '13'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 659afd3

Please sign in to comment.