Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's not possible to exclude HD videos from search results. Taken from docs:</p> <blockquote> <p>To only retrieve HD videos, set the <code>hd</code> parameter value to <code>true</code> or include the parameter in your request but do not specify a parameter value. Note that <code>false</code> is not a valid parameter value, and you cannot restrict search results to exclude HD videos. The API's default behavior is to return all videos, regardless of their resolution. In a video feed entry, the <code>&lt;yt:hd&gt;</code> tag indicates that a video contains HD content.</p> </blockquote> <p>The YouTube player JavaScript API has a method for <a href="http://code.google.com/intl/fi-FI/apis/youtube/js_api_reference.html#Playback_quality" rel="nofollow">setting the video quality</a>, which you could do upon video load.</p> <p>It's not possible to exclude other than music videos either. However, you can search for videos uploaded only by YouTube partners, and that includes VEVO, as far as I know:</p> <blockquote> <p>The <code>uploader</code> parameter, which is only supported for search requests, lets you restrict a query to YouTube partner videos. A YouTube partner is a person or organization that has been accepted into and participates in the YouTube Partner Program. The uploader parameter's value must be <code>partner</code>.</p> </blockquote> <p>All the options for searching videos are present <a href="http://code.google.com/intl/fi-FI/apis/youtube/2.0/reference.html#Searching_for_videos" rel="nofollow">in the docs</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload