Skip to main content

Questions tagged [youtube]

YouTube is a video-sharing website on which users can upload, share, and view videos. StackOverflow questions tagged with "youtube" should be about specific programming problems, software tools, or libraries. If your question is about the YouTube API, the "youtube-api" tag should also be added.

-2 votes
0 answers
24 views

Making embedded youtube video resize full screen and stop when pop-up closes

I have a Wordpress website with a couple of embedded youtube videos using iframe. They're all 560 x 315, but I'd like them to automatically go full screen when the user cliks play. Another issue I ...
Frogroar's user avatar
-5 votes
0 answers
51 views

How do sites like tunemymusic and soundiiz work with youtube music if there is no official api available [closed]

I tried to search for youtube music api, but could not find any official ones. There were some available like ytmusicapi but no official api by youtube. Then how are sites like tunemymusic and ...
Dev Account's user avatar
0 votes
0 answers
28 views

How to authenticate Youtube-Data-API v3 with GCC in Streamlit (or any other third party web-framework)

I am using streamlit.io to deploy my app which uses Youtube-data-api v3 to find channel URLS. default_api_key = "..." # API key API_KEY = st.text_input("Enter your YouTube API Key"...
Cobbi Liu's user avatar
0 votes
0 answers
24 views

How can I track/observe when captions are changed in a youtube video with javascript?

I am creating a Chrome extension and want to know when a user is changing the subtitles of a video they are viewing. I know I can get the currently playing subtitle from the Youtube video player using ...
user9210284's user avatar
0 votes
1 answer
21 views

Browser back button doesn't work with youtube videos

I am facing an issue where when I upload any YouTube video on a page or upload multiple videos in a carousal (AEM), the browser button just doesn't work. It doesn't take you to the previous page. Also ...
rasleen's user avatar
0 votes
0 answers
27 views

Android-TV YouTube app display playlist Intent

When I open the following URL in a web browser I see a playlist, that is a list of videos: https://www.youtube.com/playlist?list=PLVewHiZp3_LNAj6aNnjmwDj6LqehLqXXi If however I activate the YouTube ...
Stepper-lang's user avatar
0 votes
0 answers
31 views

Has anyone been able to download a YouTube video transcript, using CURL, via oauth2, using the YouTube API without getting a 403 error?

I want to be able to build an Apple Shortcut (app) that uses GET and POST calls to YouTube to download a transcript given a "videoId". The steps seem to be: Set up an oauth2 app on the ...
bjenkins001's user avatar
0 votes
1 answer
36 views

How to detect if Youtube ad is currently playing with JavaScript

In JavaScript I need to detect if YouTube ad is currently playing, my code is not working for me. This is a single page personal project no need to use YouTube Data API. function ...
DL Studio's user avatar
  • 4,337
-1 votes
0 answers
29 views

Youtube web version navigation

I have a question: Im developing a chrome extension and when retrieve data from youtube api, it looks like { "channelId": "UCdN4aXTrHAtfgbVG9HjBmxQ", "title": { ...
viethung0823's user avatar
-1 votes
0 answers
18 views

Is it safe to use @ in URLs paths? [duplicate]

I have noticed that YouTube is pushing the /@yourusename url scheme. Is this future safe? Why now and why not earlier? Is this a dead end try of YT or does this url scheme offer any advantage?\ I am ...
kamilfromxyz's user avatar
0 votes
0 answers
111 views

How to play a YouTube video via url in tkinter?

I'm trying to play a video from YouTube url in customTKinter. The only solution i find by now using embedded youtube link is this: import customtkinter from tkinterweb import HtmlFrame # Import ...
r_b's user avatar
  • 1
0 votes
0 answers
32 views

YouTube upload always fails with "youtubeSignupRequired"

I've read through other posts with similar issues but I've hit a brick wall with Google APIs. Here's the situation: I have a YouTube channel since 5 years ago, created from my personal Google account....
Ivan Voras's user avatar
  • 1,951
0 votes
0 answers
52 views

How to switch audio and subtitle tracks with buttons in a YouTube video using IFrame API?

I am working on a webpage that uses JavaScript to embed a YouTube video with multiple language audio tracks (MLA) and subtitles. My example video ID is PWirijQkH4M. I want to allow users to switch ...
Simon's user avatar
  • 1
-2 votes
0 answers
219 views

Pytube downloading only 360p resolution

When downloading video content, the program does not detect and download any other resolution than 360p. from pytube import YouTube, Playlist from pytube.cli import on_progress from moviepy.editor ...
Shoter3000's user avatar
0 votes
1 answer
15 views

Web page embedded YouTube video, how to display the mobile interface of the player on the phone

I embed youtube videos on the Web, but the phone displays the same player interface as the PC, with small buttons that make it difficult to click. But reddit embedded YouTube videos Instead, it shows ...
Peterlee's user avatar

15 30 50 per page
1
2 3 4 5
1069