eat-pray-ai/Upload
Upload a video to YouTube
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of the yutu binary to download | no | "" |
| credential | Base64 encoded credential to authenticate with the YouTube API | yes | — |
| token | Base64 encoded token to authenticate with the YouTube API | yes | — |
| file | Path to the video file to upload | yes | — |
| title | Title of the video, use filename if not provided | no | "" |
| desc | Description of the video | no | "" |
| tags | Comma separated list of tags for the video | no | "" |
| rate | Rating of the video: like, dislike or none | no | "" |
| comment | Comment to post on the video | no | "" |
| output | Output format: json, yaml or silent | — | — |
| rest-flags | Flags passed to the command/subcommand | yes | — |
Outputs
| name | description |
|---|---|
| response | Response from the yutu insert command |