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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -