Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Browsing all 3721 articles
Browse latest View live

Efficient way to get timestamp of scheduled stream from multiple Youtube...

I'm making a list that organizes the start time of scheduled streams on multiple channels. To do this, use search to collect a list of videos that are type=='upcoming' from each channel and extract the...

View Article


extracting song and artist from youtube music video

I am making a website, you can search or music video from youtube and play them on the website.There's one problem. I cant extract the song and the artist from youtube properly.I made this...

View Article


How to detect official artist channel using youtube api?

How to detect is it official artist channel or not, using youtube api? Official channel has special label next to title, like this one https://www.youtube.com/channel/UCBQZwaNPFfJ1gZ1fLZpAEGw, but it...

View Article

Youtube API in Shortcode?

I have a function inside my submit text area that will add bbcode, wrap it around text.<script>jQuery(document).ready(function($){$('#user-submitted-title').on('keyup',function(e){...

View Article

Get the official music video from YouTube API

The problem at hand is to find the official music video using the YouTube API.To be more specific:Not only put a filter to get only Music video as shown here: Youtube API - search only music videosThe...

View Article


Getting livestreams from YouTube channel

I am trying to keep track of the livestream viewers of a specific channel.This is no problem when I have got the stream ID and use it manually.However I want my program to be able to track upcoming...

View Article

Getting broadcast id from channel id - youtube api v3

I need to know ID of livechat (or broadcast so I can get ID of livechat) based on video URL (I already have channel ID based on video URL). I tried following API endpoint like explained here.Here's...

View Article

Unable to retrieve youtube username

I do have channelId of a channel. But now I want to get the username of that channel (NOT TITLE). I have used following request and I got many details like likes, views, title, description but it is...

View Article


YouTube API 3 channels by username and id inconsistant

Why is it when I search for a channel by ID https://www.googleapis.com/youtube/v3/channels?part=contentDetails&id=UU-tdS40X5ld-a4KfarLJuDw&key=[YOUR_API_KEY] I get no items returned.But when I...

View Article


Request had insufficient authentication scopes

Trying to update A yt video from being private to publicand im getting the following error :googleapiclient.errors.HttpError: <HttpError 403 when requesting...

View Article

How to get notification when youtube channel uploads video in python

I am trying to create a script that'll notify me whenever a youtube channel uploads a video. Just like the Subscribe buttonWhat I have tried:I have tried looking for a documentation regarding this, and...

View Article

Upload videos to multiple channels via Youtube API v3

I'm trying to upload videos to multiple channels via the Youtube Data API v3.I can do it properly when uploading videos to the main default channel, however I can't when we try to upload them into a...

View Article

getting youtube title in javascript/nodejs just won't be synchronous

The problemI am making a music player for friends. One person is the host, only they play the music, and others just paste a youtube link, and then it gets sent through a node.js server.I am using...

View Article


How to access licensed content included in a video using the YouTube API

I want to access or collect the URL of the licensed content included in the video.I have prepared a picture in case what I want is not conveyed properlyred boxed area of this pictureHere is part of the...

View Article

Uploading video to Youtube using Youtube Data API V3 and Google API Client...

I have to implement a way to upload video from our site to youtube. I already registered the app in Google Cloud and got all the necessary client ID, client secret code, browser key, redirect uri and...

View Article


Youtube API v3 - download captions from third party videos without asking for...

My website needs to get transcripts (captions) from youtube videos. According to the API documentation this is supposed to work by:Listing the available captions by videoIdDownloading the captions by...

View Article

How do I get info about a Youtube video's chapters from the API?

Recently, Youtube added the ability to break up their videos in the progress bar into sections called "chapters".https://support.google.com/youtube/answer/9884579?hl=enCurrently I am able to get info...

View Article


Getting videos from Youtube official Channels

There are some Youtube official channels like Music, Games, News, etc. I'm trying to get the information of this channels like if it's a normal channel but it's sending me null responses. It might be...

View Article

How do some sites download YouTube captions?

This is somewhat of a duplicate question of Does YouTube API forbid to download video captions if you are not it's owner?, Get YouTube captions and Does YouTube API forbid to download video captions if...

View Article

Does the YouTube Data API support photos & stories uploading?

The native YouTube UI currently supports multiple content types: videos, community posts (photos, GIFs, polls) & stories.The YouTube Data API makes it very clear how to upload videos but I am not...

View Article
Browsing all 3721 articles
Browse latest View live


Latest Images