Yomiroll: change token location (#1339)

This commit is contained in:
Samfun75
2023-02-27 15:35:55 +03:00
committed by GitHub
parent db6fee3cd5
commit 611c48d96f
2 changed files with 2 additions and 2 deletions

View File

@ -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'
} }

View File

@ -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",