fix(YouTube): Use correct query parameters for DeArrow requests (#6780)
This commit is contained in:
parent
5e1f899a3b
commit
02a48e7a5f
1 changed files with 2 additions and 2 deletions
|
|
@ -238,8 +238,8 @@ public final class AlternativeThumbnailsPatch {
|
||||||
// See https://github.com/ajayyy/DeArrowThumbnailCache/blob/29eb4359ebdf823626c79d944a901492d760bbbc/app.py#L29.
|
// See https://github.com/ajayyy/DeArrowThumbnailCache/blob/29eb4359ebdf823626c79d944a901492d760bbbc/app.py#L29.
|
||||||
return dearrowAPIURI
|
return dearrowAPIURI
|
||||||
.buildUpon()
|
.buildUpon()
|
||||||
.appendQueryParameter("videoId", videoId)
|
.appendQueryParameter("videoID", videoId)
|
||||||
.appendQueryParameter("redirectURL", fallbackURL)
|
.appendQueryParameter("redirectUrl", fallbackURL)
|
||||||
.build()
|
.build()
|
||||||
.toString();
|
.toString();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue