Can someone point me to how I can update a video description using the youtube-api 3.0 version.
I see this code for adding/updating tags
https://code.google.com/p/youtube-api-samples/source/browse/#git/samples/php
but don't know what protocol would be for description and/or title.
Just like that example: https://github.com/youtube/api-samples/blob/master/php/update_video.php
Instead of adding tags in these lines,
you can set title and desc like:
$videoSnippet['description'] = 'description'; $videoSnippet['title'] = 'title';
That's all.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With