youtube-api Questions
4
Another question on SO revealed that pageTokens are identical for different searches, provided that the page number and maxResults settings are the same.
Version 2 of the API let you go to any ar...
Virginium asked 20/6, 2015 at 2:8
2
I'm a complete newbie here. I tried many scripts to do the below. (Obviously from other questions here in stackoverflow - I'm not that proficient in writing codes yet)
My goal is to,
Read the chan...
Peltast asked 21/9, 2022 at 18:23
5
Solved
I'm following the tutorial on this page but I keep getting a 403 Forbidden error when I run the app and try to do a search.
I enabled Youtube Data API v3 on the https://console.developers.google.c...
Bissextile asked 18/2, 2015 at 18:21
7
Solved
Is there any simple way to have multiple embedded YouTube videos on a page and have them start playing as soon as the page is opened and when the first one finished have the second one start?
I wa...
Dael asked 4/3, 2013 at 10:30
6
Solved
I'm trying to get a full list of watched videos for a given user in my YouTube API application. I want to add up total duration of all videos.
When I get the list of videos from history playlist,...
Polycrates asked 15/5, 2013 at 4:17
3
The goal of my YouTube API call is, given a channelId, to return whether that channel is currently live streaming. This is the call I'm making currently:
https://www.googleapis.com/youtube/v3/sea...
Hilaire asked 10/3, 2014 at 20:48
16
Solved
I am trying to embed the new iframe version of a YouTube video and get it to auto play.
As far as I can tell, there is no way of doing this by amending flags to the URL. Is there a way to do it b...
Sueannsuede asked 2/9, 2011 at 9:50
4
Solved
I need some help with Youtube API and embeded videos. I want to stop all iframe videos (here i have taken only 3, but there are several videos)running on the current page when a new youtube video i...
Aphaeresis asked 15/2, 2013 at 7:50
3
So, I have a valid OAuth token for a channel. When the token expires, it is automatically refreshed. This token works for requests to gdata.youtube.com, but for some reason is denied to www.googlea...
Wernher asked 17/5, 2013 at 0:58
1
We can set the start and end time in a youtube video like in this example and it works: https://www.youtube.com/v/97QyJve5L40&t=46s&start=83&end=106&autoplay=1
Explanation:
From t...
Bontebok asked 8/12, 2016 at 18:44
0
I've currently got a list of ISRCs (International Standard Recording Code which are unique identifiers for a song recording) and want to collect viewership count on youtube for that given song reco...
Carioca asked 30/6, 2022 at 23:28
1
I have an mp4 video in my directory that I need to capture one random frame from in Python. How can I go about doing that?
I'm currently using this code, but it's grabbing the first frame. I need i...
Digastric asked 9/12, 2021 at 15:54
9
Solved
I have to get the YouTube video title with the YouTube video ID in PHP.
Currently I am doing it like this:
$html = "http://www.youtube.com/watch?v=" . $video_id;
$doc = new DOMDocument(...
Jolandajolanta asked 13/10, 2015 at 19:14
3
How can I get the duration of Youtube video? I am trying with this...
import gdata.youtube
import gdata.youtube.service
yt_service = gdata.youtube.service.YouTubeService()
entry = yt_service.GetY...
Gymkhana asked 13/11, 2015 at 17:43
2
Solved
I need a python script that takes link to a single youtube playlist and then gives out a list containing the links to individual videos in the playlist.
I realize that same question was asked few ...
Martingale asked 12/6, 2020 at 13:24
10
Solved
I have a program that integrates with the YouTube Live Streaming API. It runs on timers, so its been relatively easy for me to program in to fetch a new Access Token every 50 minutes with a Refresh...
Amadus asked 16/8, 2016 at 23:31
8
How can I get all video id's from the youtube data feed?
I receive the youtube feed via this (API) URL:
http://gdata.youtube.com/feeds/base/users/#userid#/uploads?alt=rss&v=2&orderby=publi...
Sensation asked 13/6, 2011 at 13:25
2
Solved
I try to use the Youtube Data Api V3 with javascript
So i have this simple code :
<script src="https://apis.google.com/js/client.js?onload=googleApiClientReady"></script>
<script ...
Liquorice asked 16/1, 2014 at 19:33
2
As you can see here https://mohamed-hassan.com/samples/project24/ ,
if you open the console you will see this error
(ZYLR4KocS2Q?enablejsapi=1&autoplay=1&mute=1&controls=0&showin...
Epiphysis asked 23/7, 2018 at 13:37
4
Solved
I have searched in YouTube Documents and found nothing to get others channel name from a YouTube video.
That is,
I currently would like to get the channel name from a video, I only have the URL, ...
Earthaearthborn asked 23/7, 2013 at 9:55
1
Solved
Let's say I have a video_id having 8487 comments.
This code returns only 4309 comments.
def get_comments(youtube, video_id, comments=[], token=''):
video_response=youtube.commentThreads().list(pa...
Unmake asked 6/4, 2022 at 14:7
4
Solved
I have a menu element on the top of the page with
position:fixed;
z-index:1000;
and it normally stays at the top of the page, without any complaining. However, whenever I have a youtube embedded...
Toomin asked 3/10, 2012 at 6:30
31
Solved
If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the YouTube API?
Capital asked 14/1, 2010 at 23:34
8
Solved
I want to get all video url's of a specific channel. I think json with python or java would be a good choice. I can get the newest video with the following code, but how can I get ALL video links (...
Tactile asked 19/3, 2013 at 23:7
3
YouTube imposes the following quota cost limits (default values listed):
Queries per day = 1Million units
Queries per 100 sec per user = 300,000 units/100sec/user
Queries per 100 seconds = 3,000...
Rondo asked 24/1, 2017 at 17:53
© 2022 - 2024 — McMap. All rights reserved.