Questions tagged [youtube-channels]

The APIs and Tools related to YouTube Channel

219 questions
72
votes
4 answers

How to embed a YouTube channel into a webpage

Can anyone suggest how I embed a youtube channel into a webpage - I am getting conflicting information from various sites, ideally using the custom player if possible? thanks
Zabs
  • 13,852
  • 45
  • 173
  • 297
40
votes
2 answers

find playlists containing a video on youtube

I would like to find playlists on youtube that contain the video. e.g. find all playlists that contain video at this link. Any youtube search technique/parameter useful for this? Is it possible to search by author too? e.g. find a playlist…
N D Thokare
  • 1,703
  • 6
  • 35
  • 57
38
votes
5 answers

YouTube maxresdefault thumbnails

I need to use the maxresdefault version of my YouTube video thumbnails for a website, however upon developing the code to achieve this I have found that not all of my videos have these thumbnails available, despite the videos all being 1080p. Is…
20
votes
5 answers

Is there a field for knowing if the youtube channel is verified from the Youtube API?

I am using the Youtube data API and I needed to know if there is any way of finding that the youtube channel is a Verified one.
prosody
  • 251
  • 3
  • 7
13
votes
8 answers

How can I get all videos ID's from a Youtube channel

How can I get all video id's from the youtube data feed? I receive the youtube feed via this (API) URL: http://gdata.youtube.com/feeds/base/users/#userid#/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile I already know how to…
Jake
  • 171
  • 1
  • 1
  • 4
13
votes
3 answers

Getting YouTube channel profile picture with channelId

So I'm trying to get the channel profile picture for a YouTube channel by using the channelId. I would like to do it simply by adding the channelId to a URL and get the image that way. Facebook has something similar where you use this…
Aleksander
  • 2,735
  • 5
  • 34
  • 57
12
votes
3 answers

How to search content across multiple channel in youtube api?

I want to search youtube videos in a list of channels. In the code below, I am able to pass only one "Channelid" to the youtube api. Is there a way to pass multiple channel Ids ?? def youtube_search(options): youtube =…
Mayank
  • 2,333
  • 3
  • 17
  • 23
10
votes
3 answers

How to launch Youtube application to open a channel?

I want to access from my application to youtube to open a channel. I've searched for a solution but i just found how to open/stream a video : Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube:VIDEO_ID")); startActivity(i); But what…
androniennn
  • 3,117
  • 11
  • 50
  • 107
10
votes
2 answers

How to programmatically find out what channels are part of a given YouTube network?

Looks like there is no official YouTube API to find list of YouTube networks or what channels are part of a given network. Any ideas how to find that information? If there is no direct method, what algorithm does socialblade.com use get approximate…
amolk
  • 1,387
  • 13
  • 13
7
votes
4 answers

How to get YouTube channel name?

I have searched in YouTube Documents and found nothing to get others channel name from a YouTube video. That is, I currently would like to get the channel name from a video, I only have the URL, how to get the channel name?
user1293029
7
votes
2 answers

Is is possible to get a Channels social links with the Youtube API

On a Youtube channel page there are links of to related sites. Is it possible to get these through the Youtube API or will I have to parse the page.
Ben
  • 4,301
  • 6
  • 37
  • 61
7
votes
3 answers

Get list of video from a youtube channel

I'm using these apis https://developers.google.com/youtube/ and I can't figure out how, given a youtube channel address, get the video list with related infos (single video url and title, at least)
Phate
  • 6,066
  • 15
  • 73
  • 138
6
votes
2 answers

YouTube API - List all channels that I manage

I have a YouTube channel for my personal account, and one for my business account. I have associated a Google+ page to both channels. In the business account, I have clicked "Managers" (in the drop down in the top right), and added my personal…
Rob Gibbens
  • 1,122
  • 1
  • 8
  • 24
6
votes
2 answers

How to get channel related data from youtube api

I need to get the video/playlists/show data from youtube.com. Example : http://www.youtube.com/channel/SWMb9NxQL9I6c http://www.youtube.com/show/mtvroadies9/featured Is there a way I can get the video details for the above URL using the youtube…
thewhiz01
  • 61
  • 1
  • 1
  • 2
5
votes
0 answers

Youtube API playlistItems extremely slow

I am testing out the Youtube API and I am noticing the playlistItems is very slow. It takes around 7 seconds for me to fetch the list of items in the query. I tested this in the API explorer and notice the same thing, it tells around 7 seconds for…
1
2 3
14 15