YouTube Embed behaving differently on Mobile Devices
On my website I have a full screen video hero. I need it to show on both desktop and mobile.On mobile devices, the hero doesn't show the video - the iframe doesn't even exist in the code unless on...
View ArticleLooking for an API which could give the transcripts of YouTube Channels...
I'm looking for an API or model or a python code which could convert YouTube videos with disabled transcripts into text keeping the intent of academic content. Also, it should take Indian Accent as...
View ArticleYoutube Data V3 API - Channel list function, possible error?
When searching for a channel list, the Youtube Data V3 API returns an integer indicating how many results there are, however, when paging through the response items, this number is never reached.For...
View ArticleCan I access the text from a YouTube channel's "About" section using the...
Is it possible to access the text from a YouTube channel's "About" section using the YouTube api?I don't see any reference to it in the documents, but thought that you smart people might know another...
View ArticleGet the DateTime of all Videos from a YouTuber
I want to do a fun project and calculate when a YouTuber is most likely to upload their next YouTube video based on previous releases and their release dates.So I calculate how long the YouTuber needs...
View ArticleYoutube quota exceeded [closed]
I am doing API testing using YouTube API. Mostly iI am using post/put methods and now I receiving the problem below. I always generated my access tokens through the...
View ArticleHow do I get YouTube community posts older than 200
It seems in YouTube that if a user uploads more than 200 community posts, the new ones trump the last ones. They seem to still exist but YouTube seems to only give back the first 200 posts.Is there any...
View ArticleYouTube Data API v3: requesting/accessing data from someone elses channel...
I'm building a testing application and trying to access data from channel that is not mine. For example, getting a private video. I have a URL to the private video, but when I'm trying to fetch it via...
View ArticleAlternative solutions to Youtube deprecating the 'relatedToVideoId' search...
Short Tl;DR version: It appears that Youtube is depecrating the 'relatedToVideoId' search type in their API as of August 7th, 2023 and I'm trying to find a replacement solution to get related videos...
View ArticleYouTubeStandalonePlayer is stopped working?
YouTubeStandalonePlayer.createVideoIntent(activity,getString(R.string.places_api_key),videoCode, 0, true, false).let {startActivity(it)}This is stopped working. It shows an error while playing the video.
View Articledisable the video title in the embed video
can we disable the video title in the embed video so it can't be clicked? we want to make a video that appears only the video that is displayed, so other people in our web, cant see other video in our...
View ArticleYouTube API Returns Wrong Channel's Videos
I am trying to retrieve videos from "nbaonespn" channel, and instead this API is giving me videos from other channels.I tried this API call to Youtube API and was expecting to receive videos from...
View ArticleHow to update a YouTube video using YouTube Data API in Python
Can someone tell me how do you update a YouTube video title using the YouTube Data API in Python.I found the API's documentation not clear and couldn't understand, so I hit Stack Overflow.
View ArticleWhat changes will result in a changed etag Youtube API V3
I am using the /playlists and /playlistItems endpoints. Right now I am storing the etag for the playlists resource, but I'm not sure whether that etag will change if videos are added to the playlist....
View ArticleHow do I fix this Youtube live embed? I am using Youtube-api
I have been using Youtube to stream for many years. Just this past weekend, my embed no longer works on https://quentinroad.org/watchlive/. I feel like there is an issue with the Youtube-api connecting...
View ArticleError: pytube.exceptions.RegexMatchError: get_transform_object: could not...
I am trying to get an audio version of a YouTube video, but when I use pytube with Python 3.11, it is giving me this error on the following code:from pytube import YouTubeyt =...
View ArticleFetch youtube Home Page with vanilla JS [closed]
I want to get some demo youtube videos with title, thumbnail, channel name, channel logo, view count, video time, and the no. of day it was uploaded. Like what we say when we first open youtube (shown...
View ArticleWhat is default timeout to stop broadcast on YouTube when no streaming
Is there any timeout to change broadcast status to "COMPLETE" from "LIVE" automatically when It's not receiving any data(stream) on YouTube.
View ArticleHow can I use youtube api to get a channel number of subscribers
youtube api is the thing you can use to get meta data about the videos and channels. like Upload a videoMethod: youtube.videos.insertDescription: The following code sample calls the API's videos.insert...
View ArticleHow to retrieve game title bound to video [duplicate]
Does anyone know how to get the game title assigned to video via the Youtube API?Game title screenshot from YT web. Here I need to get the Call of Duty game from this video:Documentation doesn't have...
View Article