
/youtube/store robot
Makes the video available on Youtube.
Requirements: You need to have a registered youtube account and a username for it. Adding a username to your youtube account is a separate step after signing up. Please make sure you have a username assigned to your account, otherwise the robot throw an error.
This robot only accepts videos.
Required parameters
| Name | Type | Description |
|---|---|---|
| username | string | The username assigned to your youtube account. |
| password | string | The password to your youtube account. |
| title | string | The title of the video as it should show up on youtube. |
| description | string | The description for the video that will show on youtube. |
| category | string | A category to assign this video to. To learn about the available categories please check this page. |
| keywords | string | Some tags to further describe the video. They will also show up on youtube. Separate several keywords by comma. |
You can change title, description, category and keywords per video by passing variables into your template.
Optional parameters
| Name | Type | Default | Description |
|---|---|---|---|
| use | String or array | The previous step |
Specifies which step to use as the input to this robot. The default is to use the previous step defined above the current one. A special step name is ":original", which "uses" the originally uploaded files.
You can also add arrays here to "use" several steps: "use": [":original", "encode2", "resizing3"]
See a demo for the "use" parameter here. |