Questions tagged [youtube-channels]
The APIs and Tools related to YouTube Channel
220
questions
72
votes
4
answers
281k
views
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
44
votes
5
answers
135k
views
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 ...
40
votes
2
answers
57k
views
find playlists containing a video on youtube [closed]
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 ...
21
votes
5
answers
5k
views
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.
14
votes
3
answers
29k
views
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 ...
13
votes
8
answers
24k
views
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=...
12
votes
3
answers
4k
views
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(...
10
votes
3
answers
16k
views
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....
10
votes
2
answers
4k
views
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 ...
8
votes
2
answers
2k
views
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.
7
votes
3
answers
14k
views
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)
7
votes
4
answers
17k
views
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 ...
7
votes
2
answers
2k
views
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 ...
6
votes
2
answers
13k
views
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 ...
5
votes
2
answers
8k
views
YouTube API v3 detect if subscribed to a channel
I want to be able to detect if the currently authenticated user is subscribed to a specific YouTube channel in the YouTube API v3.
A possible solution would be to retrieve a list of all the ...
5
votes
1
answer
3k
views
How can you determine the URL of a youtube channel based on the channel ID?
It seems that there should be a way to do youtube.com/user/{channel id} . but I can't figure it out. I also have the GooglePlusUserId (when available) to use.
5
votes
2
answers
32k
views
Youtube - how to get a list of videos in youtube channel and display them as a list?
I am browsing the YouTube API here:
https://developers.google.com/youtube/v3/guides/working_with_channel_ids
And I don't quite see a way to get all of a channel's videos. Is that not a common thing ...
5
votes
2
answers
2k
views
YouTube Api v3 - topic channel videos
So how do I get posted videos from a channel that is "auto-generated by YouTube" (topic)?
https://www.youtube.com/channel/UCSkJDgBGvNOEXSQl4YNjDtQ/videos
I can get topic ids from channel call but ...
5
votes
0
answers
591
views
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 ...
5
votes
1
answer
1k
views
Youtube API not returning updated results
I am developing a simple video app which will trigger an Intent to fetch any new videos update from a specific channel, using Youtube Api V3.
search.setKey(Constant.DEVELOPER_KEY);
search....
4
votes
3
answers
4k
views
launch youtube channel in youtube app
For launching video on youtube app, I am using below code.
NSURL *instagramURL = [NSURL URLWithString:@"youtube://foo"];
if ([[UIApplication sharedApplication] canOpenURL:instagramURL]) {
NSLog(@"...
4
votes
3
answers
6k
views
Get Videos from a Channel using Youtube API V3 in C#
I have a ASP.Net webpage where I was displaying Youtube Videos from my channel using V2. Since Google has retired V2 API, I am trying to use V3 API, but unable to get the videos from the channel.
I ...
4
votes
3
answers
2k
views
Youtube api get the channels from the Featured channels module
i want to get all the channel from the module Featuring channel of a YouTube channel ,with the API V3 of YouTube
I post a picture, you can see what is the module Featuring channel
This is the ...
4
votes
1
answer
7k
views
How do I get video info for Youtube Vevo Videos?
I was trying to play YouTube Videos outside YT player, When I was trying to download info using "http://www.youtube.com/get_video_info?video_id=" for Vevo Channel videos it gives the following content!...
4
votes
1
answer
9k
views
Is it possible to integrate youtube channel in android?
I have the code for integrating YouTube videos in android.
What I want is to create a listview which lists different channels, and when user clicks on a channel it shows all the videos for that ...
4
votes
1
answer
3k
views
How to retrieve YouTube channel ID based on user URL (API V3.0)
I'm writing a web app that displays the latest videos for a specific YouTube channel.
Using YouTube API V3.0 (Search: list) I can get the latest videos for a channel like so:
GET https://www....
4
votes
3
answers
1k
views
Uploading videos to a specific PREDETERMINED account with YouTube API v3
I have a website on which clients will be uploading videos. The thing is - I want those videos to be uploaded to OUR channel, not users' channels. I don't see how I could make it work using YouTube ...
4
votes
0
answers
283
views
How to set custom links on YouTube channel with YouTube API (V3)
Does YouTube API(V3) has an endpoint for updating custom links?
Example:FaceBook,Twitter links... at the bottom right-hand corner of a channel banner
https://www.youtube.com/user/RihannaVEVO
4
votes
2
answers
2k
views
Fetching videos from auto generated channel in YouTube api
Im trying to get all videos from YouTube auto-generated channel (AKA Topic).
I let my users add a link to the YT channel and I am sending the channel ID to retrieve videos.
On regular case, when the ...
4
votes
0
answers
1k
views
How to determine what YouTube account a user is logged into?
Usecase - your site uses an embedded YouTube player. The player has full controls so a user can like/dislike a video from the player that is embedded in your site.
Problem - ensuring the account a ...
4
votes
1
answer
6k
views
How do I embed YouTube video channel in a web page?
I have just integrated the below YouTube embedded code
<param name="movie" value="http://www.youtube.com/.....">
</param>
<param name="wmode" value="transparent"></param>
<...
3
votes
3
answers
967
views
How to get Youtube channel page id for creating Google BQ DTS
How to get YouTube channel page id for creating Google BigQuery Data Transfer Service YouTube Channel as data source.
Trying to create transfer service from BQ console and CLI. Getting the following ...
3
votes
1
answer
5k
views
How can I get ID, name and all the stats for Channel in YouTube using their APIs
I'm a new developer not any experience with APIs. What I have to do is that I have an app. A chrome extension which gets attached to YouTube. Now what I want to achieve is that whenever I open a ...
3
votes
2
answers
2k
views
How to subscribe a user to a youtube channel using an Android app?
I am trying to create a Youtube based application and I can't find any information on how to subscribe the users to different channels.
Is it possible to do it? I can find information about how to do ...
3
votes
1
answer
2k
views
Get youtube channel videos of particular channel using PHP Code
I want to display youtube videos for particular channel in XML format.
This is the channel for which I want to retrieve videos:
https://www.youtube.com/channel/UCxiaIKXjo25U1AMCBAcplRQ
can anyone ...
3
votes
1
answer
2k
views
Youtube api get latest upload thumbnail
I am looking to returning the video-thumbnail of the latest uploaded video from my channel, and display it on my website.
Anyone know how I can do a minimal connection trough api and get only the ...
3
votes
1
answer
4k
views
Youtube api v3 cannot retrieve all videos from a channel
I am trying to use youtube data api to get all videos from a channel. But it didn't work for a particular channel. (It works for several other channels.)
As you can see from the screenshot, this ...
3
votes
0
answers
362
views
YouTube API - find channels with names containing spaces
I'm using the YouTube API to show information about different YouTube channels.
I want to find YouTube users by username search, here's the link to the API.
https://developers.google.com/youtube/v3/...
3
votes
0
answers
459
views
Youtube API - Remove Duplicate Rejected as well as Original copy
Every now and then when I push a video through the Youtube API I do not get the success result back to my server with the appropriate video ID. (assuming some kind of random connectivity issue)
This ...
3
votes
0
answers
276
views
Android: Show youtube channel in webview using nexus 4
I'm using a webview to show a youtube channel.
Using a nexus 4 it is not possible to play video (only audio starts).
I need to maintain the same graphic of the m.youtube.com/user/someuser so i can't ...
3
votes
3
answers
22k
views
What is the allowed size of a youtube channel name?
What is the allowed size of a YouTube channel name (minimal length - maximal length)?
2
votes
2
answers
3k
views
Javascript - Detect is user is subscribed to youtube channel
I use Youtube subscribe button (https://developers.google.com/youtube/youtube_subscribe_button ).
Is there any way, while user clicks on it, to initiate my javascript function too?
2
votes
1
answer
4k
views
Pytube Channel video_urls is does not working
I want to scrape a youtube channel with pytube Channel but I get an index error because I got zero URLs. Anything else is working well just video_urls is not working.
my code:
c = Channel("https:/...
2
votes
1
answer
183
views
Generating list of video uploads for a particular YouTube subscription
I am trying to generate a list of videos from a channel that I am subscribed to.
import com.google.api.client.auth.oauth2.Credential;
import com.google.api.client.extensions.java6.auth.oauth2....
2
votes
2
answers
3k
views
How to upload one youtube video on another youtube channel with PHP
I am trying to implement functionality where user can upload Youtuve video to his youtube channel. from here i find the way how to upload video in youtube channel. and it is working successfully but ...
2
votes
3
answers
3k
views
How to upload my video to other channels in youtube API
The question should be how to upload users video to their youtube channel?
for that i am using youtube api V3 and quick search from google i found below code
client_secrets.json
{
"web": {
"...
2
votes
1
answer
2k
views
Get channels using YouTube API
I am trying to get all the channel details under my YouTube account using YouTube API v3 in Android. Here is the code for the same.
YouTube youtube = new YouTube.Builder(transport, jsonFactory,
...
2
votes
2
answers
3k
views
How do I get a list of YouTube channels, and associated channel URLs (user or channel), owned by an authenticated user
We use the following call to get ChannelID's for an authenticated user and it works well for most cases. Some YouTube user connect their channels to a Google+ page and this fails for one of our users ...
2
votes
1
answer
5k
views
How to get share count of a youtube video using youtube api?
I'm using youtube to retrive some data on a youtube channel (title, id, keywords, lenght, publication-date, ...)
I want to know how to get the share count of each video in this channel.
I want to ...
2
votes
1
answer
1k
views
Linking Channel Up/Down Button with Android TV Application
I am trying to build an Android TV application using Android Studio that supports channel up/down buttons as an extra features to navigate to different YouTube channels/shows/videos (like a normal ...