@@ -47,7 +47,7 @@ Method: youtube.activities.insert<br>
4747Description: This sample calls the API's <code >activities.insert</code > method to post a bulletin to the channel
4848associated with the request.
4949
50- ### [ Set and retrieve localized metadata for a channel] ( /youtube/api-samples/blob/master/python/channel_localizations.py )
50+ ### [ Set and retrieve localized channel metadata ] ( /youtube/api-samples/blob/master/python/channel_localizations.py )
5151
5252Method: youtube.channels.update, youtube.channels.list<br >
5353Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -62,7 +62,7 @@ retrieve localized metadata in that language.</li>
6262parameter value to retrieve all of the localized metadata for that channel.</li >
6363</ul >
6464
65- ### [ Set and retrieve localized metadata for a channel section] ( /youtube/api-samples/blob/master/python/channel_section_localizations.py )
65+ ### [ Set and retrieve localized channel section metadata ] ( /youtube/api-samples/blob/master/python/channel_section_localizations.py )
6666
6767Method: youtube.channelSections.update, youtube.channelSections.list<br >
6868Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -80,7 +80,7 @@ to retrieve localized metadata in that language.</li>
8080
8181Method: youtube.commentThreads.list, youtube.comments.insert, youtube.comments.list, youtube.comments.update,
8282youtube.comments.setModerationStatus, youtube.comments.markAsSpam, youtube.comments.delete<br >
83- Description: The following code sample demonstrates how to use the following API methods to create and manage comments:<br >
83+ Description: This sample demonstrates how to use the following API methods to create and manage comments:<br >
8484<ul >
8585<li >It calls the <code >commentThreads.list</code > method with the <code >videoId</code > parameter set to retrieve comments
8686for a video.</li >
@@ -121,10 +121,11 @@ job.
121121### [ Search by geolocation] ( /youtube/api-samples/blob/master/python/geolocation_search.py )
122122
123123Method: youtube.search.list, youtube.videos.list<br >
124- Description: This sample calls the API's <code >search.list</code > method with <code >q</code >, <code >location</code > and
125- <code >locationRadius</code > parameters to retrieve search results matching the provided keyword within the radius centered
126- at a particular location. Using the video ids from the search result, the sample calls the API's <code >videos.list</code >
127- method to retrieve location details of each video.
124+ Description: This sample calls the API's <code >search.list</code > method with the <code >type</code >,
125+ <code >q</code >, <code >location</code >, and <code >locationRadius</code > parameters to retrieve search results
126+ matching the provided keyword within the radius centered at a particular location. Using the video ids from
127+ the search result, the sample calls the API's <code >videos.list</code > method to retrieve location details
128+ of each video.
128129
129130### [ Like a video] ( /youtube/api-samples/blob/master/python/like_video.py )
130131
@@ -152,7 +153,7 @@ to the channel associated with the request. The code also calls the <code>channe
152153<code >mine</code > parameter set to <code >true</code > to retrieve the playlist ID that identifies the channel's uploaded
153154videos.
154155
155- ### [ Set and retrieve localized metadata for a playlist] ( /youtube/api-samples/blob/master/python/playlist_localizations.py )
156+ ### [ Set and retrieve localized playlist metadata ] ( /youtube/api-samples/blob/master/python/playlist_localizations.py )
156157
157158Method: youtube.playlists.update, youtube.playlists.list<br >
158159Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -196,7 +197,7 @@ watermark image for a channel. The request must be authorized by the channel tha
196197
197198Method: youtube.channelSections.list,youtube.channelSections.update<br >
198199Description: This sample calls the API's <code >channelSections.list</code > method to get the list of current channel
199- sections, shuffles them, and then calls <code >channelSections.update</code > to change the position of each.<br ><br >
200+ sections. Then it shuffles the list and calls <code >channelSections.update</code > to change the position of each item .<br ><br >
200201More information on channel sections is available in the
201202<a href =" https://support.google.com/youtube/answer/3027787 " >YouTube Help Center</a >.
202203
@@ -216,7 +217,7 @@ authorizing the request.
216217
217218Method: youtube.channelBanners.insert, youtube.channels.update<br >
218219Description: This sample calls the API's <code >channelBanners.insert</code > method to upload an image. With the
219- returned URL, the sample calls <code >channels.update</code > method to update channel's banner to this image.
220+ returned URL, the sample calls <code >channels.update</code > method to update the channel's banner to that image.
220221
221222### [ Upload a video thumbnail image] ( /youtube/api-samples/blob/master/python/upload_thumbnail.py )
222223
@@ -230,7 +231,7 @@ Method: youtube.videos.insert<br>
230231Description: This sample calls the API's <code >videos.insert</code > method to upload a video to the channel associated
231232with the request.
232233
233- ### [ Set and retrieve localized metadata for a video] ( /youtube/api-samples/blob/master/python/video_localizations.py )
234+ ### [ Set and retrieve localized video metadata ] ( /youtube/api-samples/blob/master/python/video_localizations.py )
234235
235236Method: youtube.videos.update, youtube.videos.list<br >
236237Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata
0 commit comments