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

Update "video data" after upload it #4

Closed andrestntx closed 8 years ago

andrestntx commented 8 years ago

Hi. I speak Spanish, but I'll try to write in English :)

I think that the video data are very important. In the API Vimeo documentation says that this data can update after upload the video.

I have added a function that updates the data, after completing the video upload

websemantics commented 8 years ago

Thanks @andrestntx for the contribution .. will make few changes to the layout but otherwise it looks great .. users will find this very helpful indeed .. best

JavanXD commented 8 years ago

Hi, i think the line 'privacy.view': opts.private ? 'unlisted' : 'anybody' is not necessary, because you can set your preset of new videos in your video account settings. It took me a while to figure out why my video is uploaded to public. Otherwise you should mention the opts.private in the documentary.

Great work!