mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-25 18:54:53 +01:00
api/youtube: use the iOS client for <=1080p vp9 videos
This commit is contained in:
parent
ee94513580
commit
cf17f53405
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export default async function (o) {
|
||||||
&& innertubeClient === "IOS"
|
&& innertubeClient === "IOS"
|
||||||
&& (
|
&& (
|
||||||
(quality > 1080 && o.format !== "h264")
|
(quality > 1080 && o.format !== "h264")
|
||||||
|| o.format === "vp9"
|
|| (quality > 1080 && o.format !== "vp9")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue