websemantics / vimeo-upload

Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app
http://websemantics.github.io/vimeo-upload/
Apache License 2.0
114 stars 80 forks source link

Incorrect privacy.view status #10

Closed shum16 closed 7 years ago

shum16 commented 7 years ago

Please fix the value for private mode here: 'privacy.view': opts.private ? 'unlisted' : 'anybody' (line 165)

The correct value for private mode is 'nobody'.

P.s. thanks a lot for your plugin!

websemantics commented 7 years ago

Thanks @shum16 for the suggestion,

Looking at API valid privacy settings, it includes, anybody, nobody, contacts, password, users, unlisted, disable.

It's probably nice to include all, but I see why it should be nobody, will make a change