Animixplay: fix gogo extractor again (#397)

This commit is contained in:
GouravShDev
2022-03-13 00:13:04 +05:30
committed by GitHub
parent 28c4b011fd
commit c6ec7e380b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Animixplay'
pkgNameSuffix = 'en.animixplay'
extClass = '.Animixplay'
extVersionCode = 9
extVersionCode = 10
libVersion = '12'
}

View File

@ -31,7 +31,7 @@ class GogoCdnExtractor(private val client: OkHttpClient, private val json: Json)
val jsonResponse = client.newCall(
GET(
"http://gogoplay.io/encrypt-ajax.php?id=$encryptedId",
"https://gogoplay4.com/encrypt-ajax.php?id=$encryptedId",
Headers.headersOf("X-Requested-With", "XMLHttpRequest")
)
).execute().body!!.string()