python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Looking for an overview of YouTube API caption data. Trying to find how many videos from a set have CCs (autogenerated or otherwise)
I'd like to take a set of YT videos and, from the metadata, determine:
how many of them have closed captioning
whether it's autogenerated closed captioning
what language the captions are in
I know t...
rzmg
Votes: 0
Answers: 1
Youtube Data API - PlayListItems: list returns duplicated entries and hide other uploaded videos
I'm using the youtube data api (v3-rev222-1.25.0) to list all videos from the 'uploads' playlist of an youtube channel. The result of this request is a list with duplicated entries (see below). Even w...

Andreas Göbel
Votes: 0
Answers: 0
Is it possible to use the access token from firebase to authorize YouTube API?
I am trying to post comment on the YouTube video using the YouTube API using ReactJS. But instead of using the gapi for signInWithGoogle, I am using firebase and the access_token returned by firebase....

KarthikNayak98
Votes: 0
Answers: 1
YouTube Data API: liveStreamingDetails.concurrentViewers not returned in response
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 channels.
https://you...
yuhui
Votes: 0
Answers: 1