youtube-api Questions
9
Solved
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 this:
h...
Shool asked 5/4, 2021 at 7:28
7
Solved
I am trying to get a basic Youtube video to auto play and auto loop embedded on a page, but I'm having no luck.
<div style="text-align: center; margin: auto"><object type="application/x-s...
Apprehend asked 23/10, 2012 at 23:58
1
Solved
I'm trying to determine if a video is uploaded as a "short" or a regular/long-form video via the v3 data API.
I'm checking out the video info via:
https://www.googleapis.com/youtube/v3/vi...
Abukir asked 9/6 at 0:18
3
Solved
I am trying to create a script that'll notify me whenever a youtube channel uploads a video. Just like the Subscribe button
What I have tried:
I have tried looking for a documentation regarding thi...
Misrepresent asked 23/6, 2021 at 13:53
4
I'd like to use JavaScript to enable PiP on Youtube videos. I am able to do so on html <video>s but it seems impossible to do so on Youtube <iframe>s. Has someone any lead on this?
Jackie asked 26/3, 2020 at 22:28
10
Solved
I've been battling with the youtube iframe api for quite some time now. Somehow the method onYouTubeIframeAPIReady is not always triggered.
From the symptoms it seems a loading problem. No errors...
Sudiesudnor asked 4/9, 2012 at 3:21
2
Solved
Is there any way to extract the "Most Replayed" (aka Video Activity Graph) Data from a YouTube video via API?
What I'm referring to:
Malo asked 14/6, 2022 at 1:17
3
I am looking for solution to download video from youtube.
i saw in youtube native application in ios they are providing a feature to save video for offline.
Is there any solution to download vide...
Ellyellyn asked 13/7, 2016 at 9:35
4
For a project I have to list all videos from a YouTube user account.
I'm getting all public videos, but when i make an API call after oauth I still get only public videos.
Unlisted videos are video...
Loiretcher asked 8/9, 2015 at 9:42
15
Solved
I can't work out how to autoplay a video using the new embed code style for Youtube. I tried adding &autoplay=1 to the url, which worked with the old style, but it didn't work. For example, htt...
Uncaredfor asked 4/8, 2010 at 11:57
7
Solved
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=en
Currently I am ab...
Coo asked 10/9, 2020 at 1:31
6
I have a problem with Youtube Api v3. The problem is that wants to obtain information from an uploaded video, when performing Retrieve information for video, I get the error 403 Forbidden.
If I ru...
Sealskin asked 4/4, 2016 at 19:50
4
When i play a Youtube video like this:
https://www.youtube.com/tv?#/watch/video/control?v=d1-VK12FZhs&resume&t=0m4s
i need to change the volume injecting javascript.
I know the API has the ...
Elfish asked 5/11, 2018 at 12:54
4
I'm trying to get channels info with ChannelsList. This endpoint has a parameter the name is: forUsername but it does not work for this page: https://www.youtube.com/c/FolkartTr
This is my query an...
Peso asked 10/2, 2022 at 8:51
4
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...
Normi asked 4/11, 2022 at 21:31
8
Solved
I'm using YouTube API v3 to search YouTube.
https://developers.google.com/youtube/v3/docs/search
As you can see, the response JSON doesn't contains video durations. Is there way to get video dura...
Dismal asked 24/3, 2013 at 9:10
2
Solved
I've noticed normal channel IDs have "UC" at the start while automatically generated ones have "HC". Normal playlists have "PL" but special ones, like uploaded or favourite videos, have "UU" and "F...
Decurion asked 5/11, 2013 at 18:21
5
As YouTube official documentation about implement and immigrate to API V3, they said:
YouTube Data API (v2) functionality: Retrieve video recommendations
The v3 API does not retrieve a list tha...
Pater asked 27/3, 2017 at 13:37
4
I am developing a web-based application that will allow my trusted staff to edit the titles, descriptions, tags, etc. of my YouTube channel. In attempting to "Opt In" to my own applicatio...
Plossl asked 9/1, 2022 at 5:41
2
Solved
The doc says:
The videoEmbeddable parameter lets you to restrict a search to only videos that can be embedded into a webpage.
and
The videoSyndicated parameter lets you to restrict a searc...
Dobb asked 27/1, 2016 at 15:0
23
Solved
I'm trying to retrive the data from my channel using the YouTube Data API V3.
For that I need my channel ID.
I've tried to find my channel ID from my YouTube account, and I failed in every single w...
Metzgar asked 16/1, 2013 at 19:53
7
Solved
How can I access thumbnail collection of a YouTube video using the link of the video from the YouTube API.
I want thumbnails to be displayed on website using PHP using the video id stored in a vari...
Dulci asked 2/9, 2015 at 6:45
4
I am adding youtube video to a companies website and would like them to display on non-flash devices. I have been playing with the youtube iframe API and updated one of their examples to allow a us...
Rock asked 20/3, 2012 at 6:33
5
Solved
I have been trying to set-up my youtube api to shuffle my playlist but the order is the same all the time...
Here is the link where I am getting my code from
https://developers.google.com/youtube...
Treiber asked 7/4, 2013 at 19:45
2
Solved
I need the API URL for Youtube Related Videos using the Youtube V3 API.
But I couldn't find the direct API call, like it is in Version 2. Did I miss something?
https://developers.google.com/youtu...
Jilly asked 1/11, 2013 at 11:34
1 Next >
© 2022 - 2024 — McMap. All rights reserved.