Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Browsing all 3717 articles
Browse latest View live

How to perform pagination in the YouTube API?

I'm trying to perform pagination on the YouTube API, but I can't get more than 12 pages.I am making the following...

View Article


Video Start/End Times in YouTube App

Question: Is it possible to get the YouTube mobile app to respect the start-time and end-parameters when opening a YouTube URL?Example: The following link respects the start and end parameters when...

View Article


Getting most liked / viewed YouTube shorts [closed]

wondering if anyone has ever used the Youtube API to pull url's of the most successful shorts on a particular channel or topic?I have tried looking at YouTubes documentation but it seems pretty...

View Article

Youtube Caption Download gives Error 404, the caption id is valid

I am trying to download youtube captions using youtube API, I use a videoID to get caption id, when I try to download video caption using youtubeDataapi playground, I get error 404. I have checked and...

View Article

KeyError: 'commentCount' while fetching youtube API [closed]

**Everything works in the below function except the :****comments= video["statistics"]["commentCount"] --> gives keyerror**def get_video_details(youtube,video_ids ): all_video_stats= [] for i in...

View Article


How to paginate all Youtube Data API search results

I am using the Youtube Data API to search for upcoming event by search query. The specific query is...

View Article

Auto embed youtube videos in app in android studio

How to add auto embed youtube playlist (when the video uploads in youtube it should appear the embedded video automatically in app) with iframe Youtube player and custom css style in android studio but...

View Article

Ping YouTube's servers to see if a channel (my own) is currently live...

I'm looking to implement a feature that shows a little "Live now" div on my site. My site has no backend.I wanted to simply ping YouTube's servers to see if I am streaming. A true or false is all I...

View Article


How do I get info about a Youtube video's chapters from the API?

Recently, YouTube added the ability to break up their videos in the progress bar into sections called "chapters".https://support.google.com/youtube/answer/9884579?hl=enCurrently I am able to get info...

View Article


How do I mark a video as watched with Youtube API v3?

I have a C# program I wrote using the Youtube API V3 that manages my channel's videos.I already have all the OAuth 2.0 stuff sorted out and I'm looking for a way to tell Youtube that the authenticated...

View Article

Is there a way to use Youtube API for realtime history browser verification?

I'm want to make a personal project with C# that consists on using the Youtube API to verify in my browser if I'm watching too many youtube videos in an X period of time (ex: If I watch more then 10...

View Article

Permissions error for delegated service account login for YouTube brand account

I am trying to get access to my brand account's YouTube reporting data programmatically via delegated service account credentials and having trouble, figuring out how to do it.So far, I've been...

View Article

What is the best way to have a fallback image in NextJS?

Recently, I have been working on a project in NextJS which uses the YoutubeAPI to fetch video information, including thumbnail URLs.The thumbnail URL for a full resolution image looks like...

View Article


YouTube API: Check if Someone Else's Video is Monetized or Not

There is a website called: TubeSiftThis tool determines whether a video is "monetized" or not.My simple question is...Is there a way to determine if a specific YouTube video is monetized (can show...

View Article

How can I get posts in the community tab?

I want to get a list of posts in the community tab.I tried to use the commentThreads().list() method, but without success - when I specify channelId, I get the error: The video identified by the...

View Article


Youtube api question, make a perfect copy of a playlist

Im not experienced with webdev so i want to know if this is possible before figuring out how to do it.I want to know if im able to create to duplicate a playlist and keep all the data pertaining to the...

View Article

Image may be NSFW.
Clik here to view.

Extract YouTube Channel Community Feed Data

I am trying to collect the community feed data from a channel for analytics.I couldn't find a way using the YouTube Data API v3. Is there a way to extract such data?The data I would like to extract is...

View Article


Anyone around Good at both Javascript and Youtube api?, I am using...

I am new in studying and learning javascript and I am using a lite youtube js from paulirish from githubhttps://github.com/paulirish/lite-youtube-embedI want to get onstatechange and addeventlistener...

View Article

YouTube Data API v3 check if a Video/Song has explicit lyrics

So, I am working with the YouTube Data API v3, specifically working on getting data from YouTube Music songs. On YouTube music and the actual youtube player, it tells you whether or not a video has...

View Article

YouTube Data API: liveStreamingDetails.concurrentViewers not returned in...

Since mid-Jan 2022, I noticed that the YouTube Data API's list method no longer returns liveStreamingDetails.concurrentViewers. This happens to me with all live videos in several...

View Article
Browsing all 3717 articles
Browse latest View live


Latest Images