@types/youtube, reference error:YT is not defined
i'm trying to use typescript in sveltekit to implement a youtube API. I'm using @types/youtube, hoping that I can get better results getting the video to work by passing the URL and get videoDuration....
View ArticleYoutube API - requesting movie price
Is it possible to request the actual movie prices on Youtube through the api?If not, how can I get them if scraping is not allowed?This is a real bummer for me personally and I want to try to develop a...
View ArticleHow to fetch the youtube data using channel id? [closed]
I need to fetch video id, title and description for n items using the below code. But the below code doesn't fetch the searchResponse. It doesn't even prints the search response. I tried the url...
View ArticleAutoplay for YouTube video not working as background video on iPad/mobile...
I am using YouTube video in the hero section of webpage,video play fine on iPhone, Desktop however its doesn't auto play on iPad.I did add all the necessary attributes to it based on various tutorials....
View ArticleHow do you get all of the community posts in the youtube API?
I see no way of interacting with older community posts or community posts in general within the API. Old posts are not visible even in the youtube page.
View ArticleHow to map youtube handles to channel IDs
Youtube recently rolled out handles feature where they gave users youtube.com/@xxx type usernames, when visited these URLs show user's channel but I can't find any documentation or reference in API...
View ArticleCan the [custom_id] field that is available in reports be retrieved via any...
I'm trying to get the [custom_id] field which is available from the standard YouTube video and asset summary reports but rather than downloading the report, I'd like to know if I can get this via any...
View ArticleIs it possible to fetch all youtube clips generated from a LiveBrodcast,...
After a user has authenticated using OAuth, a server can fetch their recent LiveBroadcasts using the Youtube API (in my case I am using Java, but this is true to all implementation as far as I can...
View ArticleGoogle Cloud APIs Quota Circumvention via multiple projects [closed]
How do I use all projects in Google Cloud to perform one task and benefit from all queries in all projects? For example: Use all projects and their share to download a larger number of videosNote: I...
View ArticleHow to retrieve "views in the past 60 minutes" using YouTube API? [closed]
I am trying to retrieve the "views in the past 60 minutes" data for a live video, similar to what is shown in the YouTube Studio analytics dashboard under the "past 60 minutes" section.I can get total...
View ArticlePersisting YT iframe player when changing routes in nextJS 14
I have a server component which loads info about a user video, like soconst MyPage = async() => { const user: SessionUser = (await requireAuth(false)) as SessionUser; const currentVideo = await...
View ArticleWhy do I get bad or no results with the youtube api to search for playlists...
I use the youtube API to search for albums with Excel and today it started giving me either really bad results or none at all. For example I tried having Excel search Blue Cult - Mirrors and get 4...
View ArticleGogle app script to give access to my files only for my youtube memberships
Newbie here guys i was looking Gogle app script services but i cant find a way to aproach it at the moment, anyone knows if its possible? and if so, could you guide me in the right way?My idea is to...
View ArticleTrouble with Youtube API regarding search relevance
The Youtube API is not returning relevant videos or even close to top results for most queries and is instead returning videos that are either irrelevant with high views or relevant with less than 100...
View ArticleYoutube extension unable to scroll beyond a point
So I am building an YouTube extension ( similar to unhook) which hides some certain kind of videos, filtered by keyword. The problem that I am encountering is that only 3-4 videos are appearing on the...
View ArticleWhy do i need to specify redirect_uri if i am authenticating from server side?
I am implementing server side oauth for google youtube api.I am not able to understand why is redirect uri needed for a server side oauth.The application gets the token and flow remains on my server....
View ArticleHow do I implement a system that shows the difference in subscribers?
I was playing around with Roblox's HTTP request system and YouTube's API, and I made a working system that displays your current subscriber count. But I've been trying for a long time and failing to...
View ArticleRegarding the specifications of autherDisplayName when retrieving comment...
There has been a change in the values that can be obtained in comments resource's snippet.authorDisplayName. Is this change intentional?Example of authorDisplayName previously obtained: @user-{random...
View ArticleInconsisten behavior of the YouTube javascript api on iphone
in the Webflow site doing very standard implementation of YouTube video popup: const player = new YT.Player(playerSpot, { width: '640', videoId: popover.dataset.ytId, playerVars: { autoplay: false,...
View ArticleAuthenticating with Google oAuth InstalledAppFlow from Python to access...
I have a relatively simple script to authenticate my google account with the youtube data API so that I may manage my channel from the commandline for purposes such as scheduling streams and modifying...
View Article