youtube: link to display HD video by default

后端 未结 2 1469
无人及你
无人及你 2021-01-31 17:29

Is there a way to link a youtube video so that it plays automatically in HD?

I\'ve tried several things (adding &hd=1, &vq=hd720) but none of them works

2条回答
  •  星月不相逢
    2021-01-31 18:01

    via Is there a way to link someone to a YouTube Video in HD 1080p quality?

    Yes there is:

    https://www.youtube.com/embed/Susj4jVWs0s?version=3&vq=hd720
    

    options are:

    default|none: vq=auto;
    Code for auto: vq=auto;
    Code for 2160p: vq=hd2160;
    Code for 1440p: vq=hd1440;
    Code for 1080p: vq=hd1080;
    Code for 720p: vq=hd720;
    Code for 480p: vq=large;
    Code for 360p: vq=medium;
    Code for 240p: vq=small;
    

    As mentioned, you have to use the /embed/ or /v/ URL.

    Note: Some copyrighted content doesn't support be played in this way

提交回复
热议问题