youtube-upload icon indicating copy to clipboard operation
youtube-upload copied to clipboard

Upload multiple files

Open Manuel5cc opened this issue 7 years ago • 2 comments

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?

Manuel5cc avatar May 27 '17 21:05 Manuel5cc

I have the same question too...

mkilinskidev avatar Jun 13 '17 17:06 mkilinskidev

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

avioli avatar Jul 11 '17 06:07 avioli