File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Samples in this directory:
2+
3+ ### [ Retrieve a channel's uploads] ( /youtube/api-samples/blob/master/python_appengine/user_uploads/main.py )
4+
5+ Method: youtube.playlistItems.list
6+ Description: This code sample calls the API's <code >playlistItems.list</code > method to retrieve a list of videos uploaded
7+ to a specified channel. The channel can be identified by its channel ID or channel name. The code also calls the
8+ <code >channels.list</code > method to retrieve the playlist ID that identifies the channel's uploaded videos.
9+
10+ ### [ Search by keyword] ( /youtube/api-samples/blob/master/python_appengine/search/main.py )
11+
12+ Method: youtube.search.list
13+ Description: This code sample calls the API's search.list method to retrieve search results associated
14+ with a particular keyword.
You can’t perform that action at this time.
0 commit comments