Is it possible to submit batch processing requests with the Python Youtube API? -
I am writing a program that adds video to the user's playlist on Youtube. By doing this one at a time, YouTube causes my requests to start throttling.
A batch processing API that allows you to submit 50 requests at a time, but I do not know from the docs how to submit a batch processing request about XML content in the only information about it Which has to be sent for request.
Can anyone know how to submit a batch processing request?
It appears that it is documented on the gdata-python-client wiki:. Although the examples of that page are for bays and spreadsheets, not YouTube, the same technology for YouTube API should be quite simple to implement. You, I believe, need to use the v2 API.
Comments
Post a Comment