使用GoogleCL上传Youtube视频

时间:2013-01-16 07:33:41

标签: api upload youtube cmd googlecl

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

youtube post sample1.wmv sample2.wmv 

上面的代码很好地上传了这两个视频,但我想添加摘要和标签,并且无法找出适当放置--summary和--tags的位置。或批处理命令文件是多个视频的更好选择?如果是这样,这样的批处理文件的结构是什么,因为googlecl不响应正常的.bat文件。

由于

1 个答案:

答案 0 :(得分:1)

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

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

了解详情