YouTube Data Api V3 Get Live Subscriber Count for Multiple channels with jQuery
So I have been getting youtube channel subscriber count with Youtube Data Api V3 for one channel. Right now I would like to get the live subscriber count of 50 YouTube channels.Does Youtube allow...
View ArticleMy Flutter App got reject from Apple Review stating this 5.2 Intellectual...
My App got reject from Apple Review stating this (AUG/2020)I'm using the youtube data api v3 to get the popular videos bycountry and display as a list in the app (App built using Flutter &include...
View ArticleExtract youtube stats for nerds through an API
Is there any available youtube API to get stats for nerds?I have looked around for statistics but they point out to viewCount, likeCount etc. I am particularly looking for stats for nerds data...
View ArticleUpcoming changes to YouTube Data API (Dislikes count)
We integrate with your app and a few days ago we received a notification about upcoming changes to YouTube that will impact the data available via the Data API.The main difference is the Dislike count...
View ArticleHow to read the duration of a video returned from Youtube API Kotlin/Java
I basically want to convert this ISO format PT18M8S to something like 13:09 or 10000msI'm getting this format from YouTube Data API v3:
View ArticlecommentThreads with chennel-ID parameter returns 403 error that refers to...
While calling the commentThreads API with a channelId is a parameter.I'm getting commentsDisabled (403) error - which refers to "The video identified by the videoId parameter has disabled comments."...
View ArticleHttpError 403 when using Youtube Data API setting part with...
I am trying to use YouTube API with python to extract data, it works well when I set the part including "status,contentDetails,topicDetails,player", but not working and shows the following response...
View ArticleHow to add an additional new OAuth ClientID to read youtube data
I'm trying to get the private video's data from a youtube channel. There are already working OAuth credentials, but I want to create new credentials with which I can also obtain this private data. How...
View Article"This video is unavailable." in Youtube IFrame API - Why, and how to fix?
I have a Youtube IFrame embed that I'm loading with the IFrame API via JS. When I try playing certain videos (it seems to usually be ones containing copyrighted music, although this isn't always the...
View ArticleLocation - latitude longitude format for youtube data v3 api - api explorer
I want to find youtube videos by their latitude, longitude and locationRadius.Youtube data api docs- do mention about this parameter.But when I try to use the exact same format in the api explorer,What...
View ArticleYoutube API 3 get latest videos
So I am trying to grab 10 latest videos from user uploads.Now the only problem is that the only date visible in the playlistitems request is publishedAt which is the date when the video was uploaded -...
View ArticleIonic 5 Capacitor Youtube embedded video works on Android, but unavailable on...
Since using Capacitor instead of Cordova, some video's that are embedded via the onYoutubeIFrameApiReady player will return unavailable on iOS. I get the error 150 (so restricted by YouTube), but the...
View ArticleYoutube API Playlists not returning the Playlist
I am using the Playlists endpoint of Youtube's API to get the playlists from a specific channel but it doesn't work for the following...
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 youtube LIVE subscriber count with jQuery for YouTube Data Api V3
Searched everywhere online with no luck and now I'm at the edge. I have created an application that gets a live subscriber count for the top 50 channels in the world. My code works fine but seems there...
View ArticleHow to get channel icon by channelId with enpoint search from YouTube Data...
I make a request on /search enpoint: https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=UC8M5YVWQan_3Elm-URehz9w&key=AIzaSyAp8yGkCqT9e9p7IzgpE24KGoqLRgNhOg0&q=UtopiaI...
View ArticleParseError: keyword 'class' can't be assigned [closed]
I'm trying to run a script which uses the YouTube API to fetch channel data, this string is returning the error: "ParseError: keyword 'class' can't be assigned":<div...
View ArticleYouTube API - setModerationStatus to heldForReview not working
I have tried several times for the past few hours to deal with this but i think it's related to the YouTube Api or some other restriction in place.I am currently moderating multiple yt channels'...
View ArticleYoutube API not categorizing "googlevideo.com" URLs
Youtube API is not categorizing "googlevideo.com" URLs.We see some videos with googlevideos.com domain that cannot be categorized by the YouTube API v3, as described below:Observed Behavior...
View ArticleHow can I get top artist youtube data API v3
I am using Youtube API V3 to fetch top artist from youtube API for my Android app. I want to show Top Artists for each country. Any idea how can I retrieve the list of top Artists from Youtube API....
View Article