Back to Api Samples

README

python_appengine/README.md

latest717 B
Original Source

Samples in this directory:

Retrieve a channel's uploads

Method: youtube.playlistItems.list Description: This code sample calls the API's <code>playlistItems.list</code> 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 <code>channels.list</code> 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 <code>search.list</code> method to retrieve search results associated with a particular keyword.