Python: search playlists on youtube
问题 Is there any way to search playlists on youtube using gdata-python-client? As for documentation it is impossible, but may be there are some workarounds... 回答1: The you tube python API seems to have a way of searching the playlists matching specific term. As per the documentation, API has the capability to retrieve a list of playlists matching a user-specified search term. http://code.google.com/apis/youtube/2.0/developers_guide_protocol_playlist_search.html [Edit : Curl output] I just used