• Home
  • Raw
  • Download

Lines Matching +full:image +full:- +full:based

8   font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
97 …part: string, The *part* parameter specifies a comma-separated list of one or more search resource…
101 channelTypeUnspecified -
102 any - Return all channels.
103 show - Only retrieve shows.
106 none -
107 upcoming - The live broadcast is upcoming.
108 live - The live broadcast is active.
109 completed - The live broadcast has been completed.
119 searchSortUnspecified -
120 … date - Resources are sorted in reverse chronological order based on the date they were created.
121 rating - Resources are sorted from highest to lowest rating.
122 viewCount - Resources are sorted from highest to lowest number of views.
123 …relevance - Resources are sorted based on their relevance to the search query. This is the default…
124 title - Resources are sorted alphabetically by title.
125 videoCount - Channels are sorted in descending order of their number of uploaded videos.
135 safeSearchSettingUnspecified -
136 none - YouTube will not filter the search result set.
137 …moderate - YouTube will filter some content from search results and, at the least, will filter con…
138 …strict - YouTube will try to exclude all restricted content from the search result set. Based on t…
143 videoCaptionUnspecified -
144 any - Do not filter results based on caption availability.
145 closedCaption - Only include videos that have captions.
146 none - Only include videos that do not have captions.
150 any - Return all videos, regardless of their resolution.
151 standard - Only retrieve videos in standard definition.
152 high - Only retrieve HD videos.
155 any - Include both 3D and non-3D videos in returned results. This is the default value.
156 2d - Restrict search results to exclude 3D videos.
157 3d - Restrict search results to only include 3D videos.
160 videoDurationUnspecified -
161 any - Do not filter video search results based on their duration. This is the default value.
162 short - Only include videos that are less than four minutes long.
163 medium - Only include videos that are between four and 20 minutes long (inclusive).
164 long - Only include videos longer than 20 minutes.
167 videoEmbeddableUnspecified -
168 any - Return all videos, embeddable or not.
169 true - Only retrieve embeddable videos.
172 … any - Return all videos, regardless of which license they have, that match the query parameters.
173 youtube - Only return videos that have the standard YouTube license.
174 …creativeCommon - Only return videos that have a Creative Commons license. Users can reuse videos w…
177 videoSyndicatedUnspecified -
178 any - Return all videos, syndicated or not.
179 true - Only retrieve syndicated videos.
182 videoTypeUnspecified -
183 any - Return all videos.
184 movie - Only retrieve movies.
185 episode - Only retrieve episodes of shows.
188 1 - v1 error format
189 2 - v2 error format
213 … result. For each object in the map, the key is the name of the thumbnail image, and the value is …
214 …"default": { # A thumbnail is an image representing a YouTube resource. # The default im…
215 "height": 42, # (Optional) Height of the thumbnail image.
216 "url": "A String", # The thumbnail image's URL.
217 "width": 42, # (Optional) Width of the thumbnail image.
219 …"high": { # A thumbnail is an image representing a YouTube resource. # The high quality
220 "height": 42, # (Optional) Height of the thumbnail image.
221 "url": "A String", # The thumbnail image's URL.
222 "width": 42, # (Optional) Width of the thumbnail image.
224 …t;maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolut…
225 "height": 42, # (Optional) Height of the thumbnail image.
226 "url": "A String", # The thumbnail image's URL.
227 "width": 42, # (Optional) Width of the thumbnail image.
229 …"medium": { # A thumbnail is an image representing a YouTube resource. # The medium qual…
230 "height": 42, # (Optional) Height of the thumbnail image.
231 "url": "A String", # The thumbnail image's URL.
232 "width": 42, # (Optional) Width of the thumbnail image.
234 …quot;standard": { # A thumbnail is an image representing a YouTube resource. # The standard q…
235 "height": 42, # (Optional) Height of the thumbnail image.
236 "url": "A String", # The thumbnail image's URL.
237 "width": 42, # (Optional) Width of the thumbnail image.