api - 使用GoogleCL上传YouTube视频

标签 api upload youtube cmd googlecl

使用googlecl将带有说明和标签的多个视频上传到youtube的正确命令行是什么?

youtube post sample1.wmv sample2.wmv 

上面的代码可以很好地上传两个视频,但是我想添加摘要和标签,并且无法弄清楚将--summary和--tags放在哪里。还是批处理命令文件是多个视频的更好选择?如果是这样,该批处理文件的结构是什么,因为googlecl无法响应普通的.bat文件。

谢谢

最佳答案

一个更完整的示例,它避免了默认的“public”访问:

youtube post foo1.wmv --title "my cool video" --summary "your summary here" --tags "tag1, note tags separated by commas, third tag" --access unlisted --category Travel

https://code.google.com/p/googlecl/wiki/ExampleScripts#Youtube上查看更多

关于api - 使用GoogleCL上传YouTube视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14353350/

相关文章:

java - Google YouTube API - 无人值守上传

facebook - Flex 移动 Facebook API : SECURITY WARNING: Please treat

api - salesforce rest api INVALID_SESSION_ID 错误

json - 从 JSON Api 快速请求数据

C# 使用 FTP 上传整个目录

php - 使用纯 PHP/AJAX 上传进度?

java - 在 YouTube V3 API for java 中获取观看次数

html - 使 Youtube 视频响应网页中心

windows - 如何获取 Windows 7 上所有服务的列表?

angular - 在 Angular 中成功 POST 后的 HttpErrorResponse 200