api-samples/python_appengine at master · ibadr3/api-samples

Samples in this directory:

Retrieve a channel's uploads

Method: youtube.playlistItems.list Description: This code sample calls the API's playlistItems.list method to retrieve a list of videos uploaded to a specified channel. The channel can be identified by its channel ID or channel name. The code also calls the channels.list method to retrieve the playlist ID that identifies the channel's uploaded videos.

Search by keyword

Method: youtube.search.list Description: This code sample calls the API's search.list method to retrieve search results associated with a particular keyword.