youtube-upload
youtube-upload copied to clipboard
Upload multiple files
There is a reference in the help for a title template used when uploading multiple files, but can't see any instructions to do that. Is that suppossed to be a feature? Is it implemented or just a remaining from the Google API?
I have the same question too...
Help says: Template for multiple videos (default: {title} [{n}/{total}])
Code has: dict(title=title, n=index+1, total=total_videos)
So you've only got title
, n
and total
to play with.
And the default is:
youtube-upload \
--title-template="{title} [{n}/{total}]" \
--title="Vacation" \
vacation1.mov vacation2.mov # at least two files