Skip to content

Commit

Permalink
Update YomirollProvider.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
imper1aldev committed Jan 21, 2024
1 parent 56489a2 commit 20bc2bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ class YomirollProvider : MainAPI() {
headers = mapOf(
"User-Agent" to "Crunchyroll/3.26.1 Android/11 okhttp/4.9.2",
"Content-Type" to "application/x-www-form-urlencoded",
"Authorization" to "Basic a3ZvcGlzdXZ6Yy0teG96Y21kMXk6R21JSTExenVPVnRnTjdlSWZrSlpibzVuLTRHTlZ0cU8="
"Authorization" to "Basic b2VkYXJteHN0bGgxanZhd2ltbnE6OWxFaHZIWkpEMzJqdVY1ZFc5Vk9TNTdkb3BkSnBnbzE="
),
data = mapOf(
"refresh_token" to refreshToken,
Expand Down

0 comments on commit 20bc2bc

Please sign in to comment.