Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Browsing all 3708 articles
Browse latest View live
↧

remove white background/border from swift video rendered using embedded HTML...

Hello I have a YouTube struct that loads in YouTube shorts and the videos have a large white background or border around them and I can't get it to go away. I tried applying .tint, .foreground,...

View Article


Timeout | Solution for Fetching YouTube Search Results through API

The current implementation of the YouTube search results apps script functions effectively. However, a challenge arises when attempting to retrieve results for more than 100 keywords, resulting in a...

View Article


How the pytube's callbacks: on_download_progress and on_download_complete,...

from pytube import YouTubedef download(link):youtube_Ob = YouTube(link,on_download_progress)youtube_Ob = youtube_Ob.streams.get_highest_resolution()try:youtube_Ob.download()except:print("An error...

View Article

Inline youtube video doesn't work in cordova application on iOS

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 iframe APII...

View Article

Youtube Channel Search script

from googleapiclient.discovery import buildfrom datetime import datetime, timedelta# Installing the API key and creating an instance of the youtube objectapi_key = "***"youtube = build('youtube', 'v3',...

View Article


Why are some of my YouTube shorts embed links not working?

I'm trying to get youtube shorts videos running on my localhost using iframe, however, some of the embed links I got from YouTube don't work when I copy paste it in the browser, it says video is...

View Article

How do I balance user control and policy compliance in a playlist generator...

I'm developing MeloGenAI, a free and open source playlist generator plugin for ChatGPT and YouTube Music. I'm seeking advice on balancing user control and compliance with YouTube Data API Services -...

View Article

Google Video no longer able to retrieve captions?

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 given...

View Article


How do I get a YouTube video thumbnail from the YouTube API?

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?

View Article


Unable to get all comments in a youtube video (Code gets stuck in the last 99%)

I'm using code that was given in How to extract all YouTube comments using YouTube API? (Python). I'm currently facing a problem with it in that it collects comments until it reaches the 99% mark then...

View Article

I ran into an error when I try to use YoutubeLoader.from_youtube_url

There is my code snippetimport os,openaifrom langchain.document_loaders import YoutubeLoaderfrom langchain.embeddings.openai import OpenAIEmbeddingsfrom langchain.vectorstores import Chromafrom...

View Article

Does developer API exist for YouTube TV? (tv.youtube.com)

Does Google provide an API for YouTube TV? (tv.youtube.com) I'm using the YouTube Data API v3 and it seems to only works for regular youtube.com.For instance, in my paid YouTube TV account, I have...

View Article

How can I upload posts at youtube community tab with API?

I searched some about it, but I cannot found about it.How can i upload post at YouTube community tab with YouTube API?It's not able with v3?

View Article


Youtube Data API: How to get recent activity types .like .favorite and...

We are playing with the Youtube data API and want to get thesnippet.typestring:favoritelikesubscriptionhowever this only works for old subscriptions (3 years), no recent activity for likes and...

View Article

Youtube API v3 processing abandoned after uploading

I am trying to upload a youtube video using Go. I do get a response of 200 OK but the video shows as processing abandoned on youtube studioThis is my full code:func UploadVideo(w http.ResponseWriter, r...

View Article


YouTube API change the Google account

My company has a YouTube API access with quota extension. This access is linked to the Google account of our previous developper. I would like to transfer this account to another Google account. Is it...

View Article

Image may be NSFW.
Clik here to view.

"Most Replayed" Data of YouTube Video via API

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:

View Article


How to get User's likes, comments, and watched history using Youtube Api?

I've been going over documentation and can't find a way to get user's latest comments. Going over activity feed only shows stuff like uploaded a video and made playlist. Only thing related to comment...

View Article

I can't get channel id using YouTube Data API v3

I'm trying to get the youtube channel id by its username, but in the end I get nothing. The username and API key are correct. What could be the problem?HTTP...

View Article

upload a video of google drive in Youtube API

Does anyone know if it is possible to upload (in the youtube API) a video saved in my drive?I just found the solution to upload videos (mp4, 3gp, mov...) that are on my machine and I need get the video...

View Article
Browsing all 3708 articles
Browse latest View live