tokland / youtube-upload

Upload videos to Youtube from the command line
2.08k stars 465 forks source link

Upload multiple files #184

Open Manuel5cc opened 7 years ago

Manuel5cc commented 7 years ago

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?

mkilinskidev commented 7 years ago

I have the same question too...

avioli commented 7 years ago

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