Hi, is it possible to upload a video to youtube using python? Maybe an API or something?
+3
A:
http://code.google.com/apis/youtube/1.0/developers_guide_python.html
(First result from Googling "python youtube API". Please, try at least doing a single basic search before asking someone else to do it for you.)
Amber
2010-04-28 22:56:39
A:
You can look at youtube-upload as an example (disclaimer: I'm the author):
tokland
2010-06-11 21:46:03