Reputation: 651
I want get video URL of my live channel
I know https://www.youtube.com/embed/live_stream?channel=UChF0CL3nPrnp7q3hfbvVg6A is permanent video URL but i need
URL like https://youtu.be/xxxfd or https://www.youtube.com/watch?v=xxxxdfd
Is there any API to get it programmatically
Upvotes: 3
Views: 510
Reputation: 93
1)Use the youtube site to find the video you want.
2)Click the 'Share' button below the video.
3)Click the 'Embed' button next to the link they show you.
4)Copy the iframe code given and paste it into the html of your web page.
Upvotes: 1