Scraping subscriber count from YouTube link in google sheets
This is a total beginner question so please be gentle!I am trying to output the number of subscribers to a YouTube channel from a list of links to videos. the link is on the left and I would like the...
View ArticleCan I use Youtube IFrame Player API as audio player?
I am using Youtube IFrame Player API on my own web project.I am trying to use it as an audio player, so I hide iframe, and add a button which call playVideo() function.I am wondering if it is legally...
View ArticleIs it possible to get a one-off quota increase for the YouTube api?
I'm in a situation where I'm trying to add about ~4,000 videos to a YouTube playlist. With the cost-based quota system I can only add about 200 a day, which puts me at about three weeks for this...
View ArticleYouTube Playlist inside a Page with x-amount of videos
I want to display a YouTube Playlist, where i have the main/current selected video in the top and x-amount of videos of that playlist underneath it.Sadly it seems to stop inside the function loadVids...
View Articleauthenticate a server application with an OAuth2 flow
ProblemeI want to create a server application that modifies playlists on spotify, deezer and youtube (to create multi-platform playlists). My problem is that these different services require OAuth2...
View ArticleYouTube PIP with WKWebView works first time
In my ios app, I use wkwebview and follow the instruction "https://developers.google.com/youtube/v3/guides/ios_youtube_helper".When I build and run the app, the PIP functionality works only for the...
View ArticleHow to check if YouTube channel is streaming live
I can't find any informations to check if a YouTube channel is actually streaming or not.With Twitch you just need the channel name, and with the API you can check if there is a live or not.I don't...
View ArticleHow to get data from a different channel youtube api node.js
I started using YouTube's API today since I want to make a Discord bot that can display a YouTube channels data. So, I went to the guides on the YouTube API site, followed the node.js guide, but ran...
View ArticleAnalyzing high performance Youtube Videos - something inexpensive and automated?
My client is contracting a data scientist to analyze high performance content on youtube to try and optimize their videosThey're saying that pulling data manually from youtube will be both time...
View ArticleGet a list of Youtube videos with copyright claims [closed]
Need to know how to pull a list of all videos on a YouTube channel with copyright issues as a .csv or excel file.The fields I'd like to get are the video title, the copyright claimant, the music being...
View ArticleUsing Python and YouTube API to get all comment and replies [duplicate]
I'm hoping someone can help me solve this problem and if not, tell me why it doesn't work. I'm trying to get all comments and replies from a YouTube video for practice. I hope to then be able to expand...
View ArticleLooking for an overview of YouTube API caption data. Trying to find how many...
I'd like to take a set of YT videos and, from the metadata, determine:how many of them have closed captioningwhether it's autogenerated closed captioningwhat language the captions are inI know there's...
View ArticleYouTube Data API quota usage has become 0
We are developing software that uses the YouTube Data API.Even though we haven't changed the implementation, the quota usage suddenly went to 0 from May 20th.You can still use the YouTube Data API, but...
View ArticleHow to refresh an access token for the youtube-data-api v3
I'm using v3 of the youtube data api for my server.So far I'm able to create a token by getting a code from the redirect. oauth2Client.getToken(req.query.code, function(err, token) { if (err) {...
View ArticleManifest.json : What is wrong with this file? [duplicate]
{"name": "Play Next : YouTube","version": "0.1.1","manifest_version": 3,"description": "Add videos to queue","homepage_url": "https://www.youtube.com","icons": {"16": "icons/icon16.png","48":...
View Articlegetting an error using tuber to extract all comments from a vector of youtube...
I'm trying to extract all comments from a list of youtube videos using the tuber packageI can extract comments from a single video ID using the following code:library(tuber)client_id <-...
View ArticleYouTube Data API with authentication issues in JS (Gapi Undefined)
I have been using YouTube Data API with Google Sign In authentication method oAuth for months. It was working perfectly. But for many days, I am getting warnings on console that old authentication...
View Articleorder - viewCount is showing wrong results in "YouTube API v3"
I am trying to get videos of a particular channel (like :- Luis Fonsi) in highest views order. And I am passing order parameter to sort the response by viewCountlike :-order=viewCountURL...
View ArticleFind YouTube video where keyword matches subtitle text
The YouTube Video API offers the search.list method which allows me to find videos where my keyword matches the description of the video. There is also the caption resource, but this only allows me to...
View ArticleYouTube Data API - Schedule video to YouTube Brand Account's channel using...
I have modified the Youtube data API code on Pycharm in such a way that when it runs, it prints a link in the console (see img 1)img 1After I click it, it opens my default browser and lists my logged...
View Article