Quantcast
Channel: How can I get all videos for a given channel? - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by meda for How can I get all videos for a given channel?

Here is a sample code to achieve what you want using YouTube API 2.0.This is just quick and dirty way to do it. Keep in mind it will be deprecated soon because YouTube 3.0 is out already. $channelName...

View Article



Answer by Ibrahim Ulukaya for How can I get all videos for a given channel?

Since the gdata Api will be deprecated soon, your best bet is to use Data API to get the videos from that channel's playlist.Here's a more detailed answer. How to list all uploaded videos (URL) of a...

View Article

Answer by Nouphal.M for How can I get all videos for a given channel?

You can get xml data about videos from youtube from the following URL where channelname is the name of the youtube channel.https://gdata.youtube.com/feeds/api/users/channelname/uploadsexample...

View Article

Answer by Shankar Narayana Damodaran for How can I get all videos for a given...

Make use of DOM and explode()<?php$html='<iframe width="560" height="315" src="//www.youtube.com/embed/snRkGatdzm0" frameborder="0" allowfullscreen></iframe>'; $dom = new DOMDocument;...

View Article

How can I get all videos for a given channel?

I want to be able to retrieve Youtube videos from a Youtube channel.My goal is to display them on a page. Currently I do it manually by getting an iframe like this:<iframe width="560" height="315"...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images