fix(en/gogoanime): Update AJAX URL (#2993)

This commit is contained in:
Khaled 2024-03-04 22:50:42 +06:00 committed by GitHub
parent f8daecd5b4
commit b16b8b8323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'Gogoanime' extName = 'Gogoanime'
extClass = '.GogoAnime' extClass = '.GogoAnime'
extVersionCode = 79 extVersionCode = 80
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -217,7 +217,7 @@ class GogoAnime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
} }
companion object { companion object {
private const val AJAX_URL = "https://ajax.gogo-load.com/ajax" private const val AJAX_URL = "https://ajax.gogocdn.net/ajax"
private val HOSTERS = arrayOf( private val HOSTERS = arrayOf(
"Gogostream", "Gogostream",