No idea how to code, but the title should explain what I'm after. If I go to https://www.youtube.com/shorts/zUy4y2CqCV0 I would like to automatically be redirec
guys! Ran into interesting behaviour when using angular youtube player(ngx-youtube-player ). The video displays perfectly fine when app is running on localhost,
I'm currently doing measures on the quality of a video youtube depending on given network conditions. I wrote a custom Chrome extension to play videos and get b
After including this script of YouTube iframe API https://www.youtube.com/iframe_api One can put a youtube video in a container (e.g. "container_id") and use su
I've been trying to solve this problem by myself but I just accepted that I can't. So I'm here to ask you guys for help. I'm trying to use the Youtube Player Fl
Does the API expose the number of total videos in the database to date? I've been trying to compile the number of YouTube videos for a research project. So far,
There used to be an option on Youtube to remove timestamps from the transcript, which I often used to copy it to the clipboard. No longer. Now my solution is to
When you upload a video to YouTube, it automatically transcribes it and creates three different CC (closed-caption) files. They can be downloaded via the YT Cre
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=googleApiClientR
I am trying to upload a video using the youtube data api but for some reason am getting the error down below, the keywords I'm using are: ['ski mask the slump
I have a YouTube video embedded on our website and when I shrink the screen to tablet or phone sizes it stops shrinking at around 560px in width. Is this standa
I have a problem with youtube-dl library (https://rg3.github.io/youtube-dl/). I use youtube-dl not for directly downloading videos by this library, instead I
I got this error today but before that, my code was working fine. The code is working fine on localhost but I get error on my website Here is the line of code
So I have created a simple video playlist which works great with videos that I am hosting but I get the above error when loading a youtube video src. Onclick I
I work with the Youtube Iframe API and when I try to use player.loadPlaylist({list: 'PLAYLIST_ID'}); or player.cuePlaylist({list: 'PLAYLIST_ID'}); the methods r
I have to implement a way to upload video from our site to youtube. I already registered the app in Google Cloud and got all the necessary client ID, client sec
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.c
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.c
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,