python 2.7 - Youtube API: How do you get the URL of a video I just uploaded? -
sorry if stupid question, have looked through youtube python api , can't seem find anything.
basically want upload video video id once has finished uploading.
is there easy way in python?
using v2 of api.
there great example in youtube api samples project. returns video id in example, full url www.youtube.com/watch?v={videoid} youtube website. can use embed url others, need video id.
Comments
Post a Comment