15,892 questions
0
votes
0
answers
27
views
videoThumbnailImpressions in Youtube Analytics API
I’m facing an issue with one of the metrics called 'videoThumbnailImpressions' when using the YouTube Analytics API.
My goal is to extract impression values from my YouTube account using the '...
0
votes
0
answers
85
views
Embedding YouTube User Uploads with <iframe>
I am trying to embed my uploaded videos to youtube using an <iframe> tag. I have tried using my channel handle, my channel handle with an @, and my channel ID, but it just shows a gray window ...
2
votes
1
answer
92
views
Youtube API's getDuration() function keeps returning 0 or "undefined"
I'm currently a beginner in JavaScript and I want to make a YouTube player for my personal website. I want the user to be able to click a button on the player and skip forward to the next or previous ...
3
votes
2
answers
171
views
How many video IDs can I pass in a videos.list request for the YouTube Data API v3?
I am using the videos.list endpoint of the YouTube Data API v3 to request information about multiple YouTube videos at once.
The documentation states the id parameter "specifies a comma-separated ...
0
votes
1
answer
172
views
Facing problem while using Youtube downloader using nodejs
I'm working on a YouTube video downloader similar to Y2Mate or SaveFrom, using Node.js with ytdl and FFmpeg. The problem is that when I download any video, I only get formats up to 360p. I want to ...
1
vote
1
answer
71
views
Turning off related videos through the YouTube embedded video code not working
From this page, I've added the parameter rel=0 to the embed code:
<iframe
src="https://www.youtube.com/embed/PjgBuGT2qp0?si=HFRr6VzY47BQStyM&controls=0&autoplay=1&rel=0&...
-1
votes
1
answer
109
views
Embedded YouTube video has &loop=1 but does not auto loop [duplicate]
On this page, there is an embedded YouTube video produced by code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/1u17pS4_tw0?si=V06Ss5eD89_PBShj&controls=0&autoplay=1&...
0
votes
1
answer
104
views
Embedded Youtube-Player (WKYTPlayerView) Error 4
Since perhaps 3 weeks the YouTube player (WKYTPlayerView / ObjectivC) embedded in our app doesn't play films any more, instead it raises "Error 4".
0
votes
0
answers
106
views
gRPC YouTube disconnecting with EOF after a few seconds
I'm building a desktop application (Go + gRPC) to analyze YouTube Live Chat in real time.
The REST endpoint liveChatMessages.list works, but I want to switch to liveChatMessages.streamList because ...
Tooling
1
vote
2
replies
67
views
From image to YouTube url?
I have an image and would like to get the URL of the Youtube videos (with the exact time) where this image (or similar) appears inside.
I've already seen a site that does this ( https://findthisbase....
0
votes
0
answers
57
views
YT Studio + API shows incorrect/much lower number of comments than the video on Youtube actually has
For the past week, the number of comments shown in YouTube Studio/API is significantly lower than the number of comments publicly visible under the video.
Expected behavior: The YouTube Studio/API ...
1
vote
0
answers
308
views
How do I skip videos in a YouTube music community playlist?
I only want to play songs in a YouTube Music community playlist and skip videos. I have determined that the main difference between the two is that for the proprietary tag ytmusic-responsive-list-item-...
0
votes
1
answer
91
views
How do I disable "notify subscribers" for a video via the YouTube API after uploading?
When uploading a video to YouTube with the videos.insert endpoint of the YouTube Data API, there's an optional notifySubscribers parameter that sets whether users subscribed to a channel are notified ...
3
votes
0
answers
384
views
Visual Studio Code extension can't play embedded YouTube videos
I am making a Visual Studio Code extension that generates a color theme based off a random Discogs album. I want to embed a YouTube video URL inside the Visual Studio Code sidebar extension window, I ...
1
vote
0
answers
65
views
YouTube API to get a list of all channels I am a manager of
This question (from 2013) can be a similar one:
YouTube API - List all channels that I manage
Is there any YouTube API trick to get a list of regular channels I "manage"?
The "regular&...