Questions tagged [youtube-channels]

188 questions
5
votes
2 answers

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 people do? And you need the channel id which I am…
Genadinik
  • 16,715
  • 59
  • 170
  • 277
5
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
  • 4,750
  • 10
  • 51
  • 98
4
votes
3 answers

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 did look at the samples at github, but the example…
Nitesh
  • 1,901
  • 2
  • 36
  • 59
4
votes
0 answers

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
user1526912
  • 10,370
  • 11
  • 49
  • 81
4
votes
1 answer

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…
Shlomi Schwartz
  • 11,238
  • 25
  • 93
  • 155
4
votes
3 answers

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 API v3. Every time a person wants to upload…
Pe-Ter
  • 792
  • 1
  • 11
  • 36
4
votes
2 answers

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 module with all the YouTube channel. I want to get…
mpgn
  • 6,649
  • 8
  • 61
  • 97
4
votes
3 answers

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(@"opening youtube app..."); NSString *stringURL…
Fahim Parkar
  • 28,922
  • 40
  • 153
  • 260
4
votes
1 answer

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…
4
votes
1 answer

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…
Chor Wai Chun
  • 3,048
  • 21
  • 34
3
votes
1 answer

How do I embed YouTube video channel in a web page?

I have just integrated the below YouTube embedded code
Asif
  • 637
  • 9
  • 18
3
votes
2 answers

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 error from console and CLI. Now I am using the…
Brisi
  • 1,653
  • 6
  • 24
  • 38
3
votes
1 answer

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 channel has 135 videos. However, I used…
nos
  • 16,305
  • 22
  • 81
  • 113
3
votes
2 answers

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 it using php but I'm wasting lots of time with no…
3
votes
2 answers

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 channel is NOT auto-generate I am using this…
segalle
  • 365
  • 2
  • 14
1
2
3
12 13