I want to upload to Youtube without having to use the web interface in order to automate some things. Is there a way to upload from the command line in OSX?
|
You could give this open source project a try http://code.google.com/p/youtube-upload/
|
|||||||
|
|
Use GoogleCL, the universal Google command line client. It's implemented in Python and therefore cross-platform. Unlike youtube-upload it uses proper OAuth2 authentication, so you're not typing in or sending your Google account password in plain text. Install via pip:
Uploading a video is as simple as:
|
|||
|
|
