Animixplay: fix gogo extractor again (#397)
This commit is contained in:
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Animixplay'
|
||||
pkgNameSuffix = 'en.animixplay'
|
||||
extClass = '.Animixplay'
|
||||
extVersionCode = 9
|
||||
extVersionCode = 10
|
||||
libVersion = '12'
|
||||
}
|
||||
|
||||
|
@ -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()
|
||||
|
Reference in New Issue
Block a user