How Do I add a YouTube video that restarts within a fixed amount of time in...
I am using HTML 5 and I just want to create a webpage where an embedded YouTube video already starts to restart playing after it has reached a certain limit. So, here's the code:--<!DOCTYPE...
View ArticleCan't load js files
I'm doing a YouTube API tutorial and everything was going just fine even with me using a different IDE and Server from the class (the teacher is using XAMPP and Brackets while I'm using Atom and XWAMP)...
View ArticleGet information about comments on youtube videos realtime
I'm trying to integrate youtube into my system, and I'm having a hard time getting information about comments when someone comments on youtube.For facebook, it has a webhook mechanism that helps me...
View ArticleHow to show YouTube dislike counts without using any extension?
Like what I mentioned in the title, how can I always show YouTube dislike counts without using any extension? There are so many helpful tutorial on YouTube, but there are many fake or unhelpful videos...
View ArticleEmbed Latest YouTube videos from Multiple channels to a Website [closed]
I have multiple YouTube channels and I'm trying to find a way to embed a list or playlist of the latest videos from multiple channels. This is fairly easy to do for one channel, but I would like to...
View ArticleGet youtube channel analytics data
I want to fetch public youtube analytics data for any channel like Social Blade https://socialblade.com/youtube/user/tseries.The only API I could find is the reports API providing similar data...
View ArticleHow can I block a sepecific youtube channel from my home network? [closed]
I want to block all videos from some specific channels in my home network. So that anyone using it (either wifi or LAN) is unable to access videos from those channels. I'm using Huawei HG8546M router.I...
View ArticleHow do I create a playlist from a very long list of youtube links
I have a very long list of youtube links (~1500) and I need to make a playlist out of it,I tried all the suggested answers from this old post but youtube has changed things since 2015 and it doesn't...
View ArticleGetting 400 when uploading video with YouTube API
When trying to upload a video using YouTube Data API, I get:Exception in thread "main" com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad RequestPOST...
View ArticleInsert caption to an existing video Youtube API, Error "The request does not...
I've been trying to insert a caption into an existing video on youtube.I was able to call the List caption endpoint with no problem. So this is not an Auth issue.I called the POST...
View ArticleReact Native Testflight App and Youtube Data API
I have a react native app published on TestFlight and everything is working (no crashes or anything) but one of my pages generates content based on a YouTube request. When I am testing using expo on my...
View ArticleYoutubeapi contents insert. What is the json format for the uploaded track
I plan to use the POST method to add subtitle tracks, but I can't figure out how to add the subtitle file to the JSON request. Based on the request description and Content-Type = application-type/json,...
View ArticleHow to insert captions to a Youtube video using the Youtube API v3?
I'm trying to insert captions for a Youtube video using the Youtube API v3. Please note that I am not using any client library for this, only pure Node.js code.When I make a request to this...
View ArticleGoogle Apps Script: Retrieve most recent video ids from Youtube API v3 as array
I am working on a project where I have an external application call a Google Apps Script Function whose purpose is to retrieve the id's of the most recent uploads on a youtube channel. The script...
View ArticleYouTube API Playlist Index Appears Not To Be Zero-Based
I have a YouTube player embedded in my website with the src set to the following URL format:https://www.youtube.com/embed?listType=playlist&list=[playlistId]&index=0&rel=0&autoplay=1The...
View ArticleYoutube Reporting API
I've been using the YT reporting API for a few months now and I found out when comparing the data with Youtube Studio (online cube) that some days are not accurate, the metrics are a few numbers...
View ArticleHow to get list of subscribers of any channel (not only mine) using youtube...
I am trying to get list subscribers of any channel using youtube api using python. But i am getting issue when i run my code it asks me to enter authorisation code and i do not know what it is. I have...
View ArticleYoutube data api, get channel subscriptions
For research purposes I aim to retrieve the subscriptions of a number of Youtube channels, using the Youtube Data API. However, I am getting the error that I do not have the rights to see these...
View ArticleYoutube Data API - Java implementation
Been browsing for a while but can't find concrete answer whether the Java implementation of the Youtube Data API includes handling rate limits out of the box or is this something one has to account...
View ArticleI'm trying to get a youtube video's statistics like number of views, no of...
My code is YouTube youtube = new YouTube.Builder(httpTransport, jsonFactory, credential) .setApplicationName("youtube-cmdline-view-and-comments-updater").build(); System.out.println("starting...
View Article