I'm using the official Python client for the YouTube API (called gdata.youtube.service.) My question: Is it thread-safe?
For example, I want to do both GetUserFavoritesFeed and GetYouTubeUserFeed at the same time in two parallel threads. Possible?