youtube-api Questions
3
I am making a bilingual app to learn English. I will insert a youtube video into the app, and show subtitles below. Is there any way I can get the captions directly from the youtube video player an...
Anson asked 27/9, 2022 at 7:13
4
Solved
I am trying to add multiple videos to a playlist, but only one video is added to the playlist. I can successful create a playlist and insert a video to the playlist, but can not insert multiple vid...
Friseur asked 22/2, 2015 at 4:41
8
I use React to set iframe with youtube video on page in correct size. All works well but for mobiles doesn't work autoplay option.
What is interesting for page, what I have as example video it wor...
Obit asked 23/1, 2018 at 10:25
9
Solved
I want a way to get YouTube shorts for a specific channel from YouTube API. I looked every where and I couldn't find anything.
Currently I can get a playlist ID for all channel videos with this end...
Greenlet asked 20/2, 2022 at 8:30
2
I am trying to use youtube's api to get the subscriber count of a channel by it's channel name using node.js. How do i do that?
Bigeye asked 14/1, 2022 at 17:51
9
How can I remove the watch later and share buttons from youtube iframe embed player. Using the following embed code for embedding video clips.
<iframe width="854" height="480" src="https://www....
Seagraves asked 27/10, 2015 at 16:50
1
As the Google+ Hangouts API has shut down, how can I create a YouTube Live Event of type Quick (Google Hangouts On Air) using the YouTube Live Streaming API?
Klemens asked 22/6, 2016 at 23:12
3
Solved
I've just noticed that the Youtube events (onReady, onStateChange) are no longer firing when I am testing in my local, but works when I upload the code to JsFiddle. I've decided to copy and paste t...
Anesthetize asked 10/12, 2013 at 19:25
2
My app follows the server side authorization flow as described in https://developers.google.com/youtube/v3/guides/auth/server-side-web-apps. I force prompt=select_account.
In the most basic case, ...
Interjoin asked 27/7, 2017 at 12:5
4
Solved
I am able to get search results, playlists of an user using YouTube Javascript API.
How can I get the watched history of an user using YouTube JavaScript API???
Is there any JavaScript API to get t...
Barns asked 15/6, 2015 at 15:37
4
I want to automatically upload videos to YouTube without user involvement so I've created a service account, jumped through the hoops, all was looking great, then the upload, chunk one, is attempte...
Tommie asked 13/12, 2014 at 10:30
7
Solved
I'm using Youtube API, I'd like to have a search auto-complete feature, just like on YouTube, when you type into the search input box, it gives you search suggestions.
I've read the docs, but still...
Ac asked 30/6, 2012 at 15:34
2
Solved
The problem occurred when I was using a Python program to upload videos to YouTube. I did not use it to upload for many days before this happened so it should not exceed the quota. I tried many tim...
Indeterminable asked 1/8, 2020 at 23:51
9
Recently, one could use #t=2m0s or #t=120 to set start time for direct links:
http://www.youtube.com/watch?v=Fk2bUvrv-Uc#t=2m30s
as well as for embed videos:
<iframe width="420" height="315"...
Pact asked 29/6, 2013 at 10:33
3
Solved
I want to search youtube videos in a list of channels. In the code below, I am able to pass only one "Channelid" to the youtube api. Is there a way to pass multiple channel Ids ??
def youtube_sear...
Flashgun asked 10/2, 2014 at 2:3
6
Solved
This is somewhat of a duplicate question of Does YouTube API forbid to download video captions if you are not it's owner?, Get YouTube captions and Does YouTube API forbid to download video cap...
Election asked 21/10, 2017 at 14:41
3
There is a website called: TubeSift
This 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...
Gurrola asked 22/4, 2019 at 19:54
3
Solved
Via the Youtube API, how can I detect if a video Youtube is unavailable (ex : https://www.youtube.com/watch?v=5nRZlcB2jPY) ?
Thanks
Silicate asked 9/9, 2015 at 12:51
5
As of 4 days ago, you were able to send a GET request to or visit https://video.google.com/timedtext?lang=en&v={youtubeVideoId} and receive an xml response containing the caption track of a giv...
Niccolo asked 12/11, 2021 at 4:12
4
I develop a mobile application with cordova, and I really need to be able to play inline youtube video.
I tried to resolve it for a while:
I set the attribute playsinline to 1 in the youtube ifr...
Standley asked 16/10, 2014 at 14:54
29
Solved
This is the error message that I get:
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided
('https://www.youtube.com') does not match the recipient window's origin
('http://...
Tew asked 19/12, 2014 at 19:53
20
We need a video list by channel name of YouTube (using the API).
We can get a channel list (only channel name) by using the below API:
https://gdata.youtube.com/feeds/api/channels?v=2&q=tendu...
Diphenyl asked 23/9, 2013 at 7:7
4
My final goal is to set up a Webhook whenever a YouTube user uploads a video. After some research I got to this article.
But when I get to the part https://www.youtube.com/xml/feeds/videos.xml?ch...
Madlin asked 13/4, 2015 at 17:31
3
Solved
I have literally just copy & pasted the code from the YouTube developer page YouTube Player API Reference for iframe Embeds (from underneath the heading "Getting Started"). The only difference,...
Acridine asked 13/6, 2013 at 2:1
5
How do I get the full mp4 url to play the video from its actual location in my application using some other source except Youtube. The gdata/youtube API has been deprecated so I am having trouble. ...
Anteversion asked 22/7, 2015 at 14:58
© 2022 - 2024 — McMap. All rights reserved.