mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix #497
This commit is contained in:
parent
caca55f9ec
commit
0740da3b1a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import org.jetbrains.kotlin.konan.properties.Properties
|
import org.jetbrains.kotlin.konan.properties.Properties
|
||||||
|
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 213
|
version = 214
|
||||||
|
|
||||||
android {
|
android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
|
@ -1467,7 +1467,7 @@ object SoraExtractor : SoraStream() {
|
||||||
"_ApplicationId": "SHOWFLIXAPPID",
|
"_ApplicationId": "SHOWFLIXAPPID",
|
||||||
"_JavaScriptKey": "SHOWFLIXMASTERKEY",
|
"_JavaScriptKey": "SHOWFLIXMASTERKEY",
|
||||||
"_ClientVersion": "js3.4.1",
|
"_ClientVersion": "js3.4.1",
|
||||||
"_InstallationId": "6d19fd87-a0e8-47b2-a3c0-48c16add928b"
|
"_InstallationId": "d92d98d3-fa49-4103-8dcf-6347c86942a7"
|
||||||
}
|
}
|
||||||
""".trimIndent().toRequestBody(RequestBodyTypes.JSON.toMediaTypeOrNull())
|
""".trimIndent().toRequestBody(RequestBodyTypes.JSON.toMediaTypeOrNull())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue