Yomiroll: change token location (#1339)
This commit is contained in:
@ -6,7 +6,7 @@ ext {
|
|||||||
extName = 'Yomiroll'
|
extName = 'Yomiroll'
|
||||||
pkgNameSuffix = 'all.kamyroll'
|
pkgNameSuffix = 'all.kamyroll'
|
||||||
extClass = '.Yomiroll'
|
extClass = '.Yomiroll'
|
||||||
extVersionCode = 16
|
extVersionCode = 17
|
||||||
libVersion = '13'
|
libVersion = '13'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ class AccessTokenInterceptor(
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Thanks Stormzy
|
// Thanks Stormzy
|
||||||
val refreshTokenResp = client.newCall(GET("https://raw.githubusercontent.com/Stormunblessed/IPTV-CR-NIC/main/logos/refreshtoken.txt")).execute()
|
val refreshTokenResp = client.newCall(GET("https://raw.githubusercontent.com/Samfun75/File-host/main/aniyomi/refreshToken.txt")).execute()
|
||||||
val refreshToken = refreshTokenResp.body!!.string().replace("[\n\r]".toRegex(), "")
|
val refreshToken = refreshTokenResp.body!!.string().replace("[\n\r]".toRegex(), "")
|
||||||
val headers = Headers.headersOf(
|
val headers = Headers.headersOf(
|
||||||
"Content-Type", "application/x-www-form-urlencoded",
|
"Content-Type", "application/x-www-form-urlencoded",
|
||||||
|
Reference in New Issue
Block a user