Skip to main content
-1 votes
0 answers
54 views

I’m using the YouTube IFrame API to embed unlisted videos in a custom web-based(for desktop and mobile both) player. This works well for things like hiding share options and controlling playback speed....
Tharaka Wijerama's user avatar
-1 votes
0 answers
53 views

I'm creating YouTube playlists through the YouTube Data API v3. What I do: - Create a playlist with a title in English - Set snippet.defaultLanguage - Optionally send localizations - Then read the ...
jRuMoL's user avatar
  • 347
0 votes
2 answers
57 views

I am building an Android education app in Kotlin where lessons are organized by course, grade, and chapter, and videos are played from YouTube. To isolate the issue, I created a fresh minimal Android ...
Manasa VM's user avatar
0 votes
0 answers
56 views

I am facing an issue with playing YouTube videos in a Flutter app. Initially, I used the youtube_player_flutter package, but it kept returning a 150 error code, which usually indicates that the video ...
Zetro's user avatar
  • 11
0 votes
3 answers
214 views

I made a program to download YouTube video: import yt_dlp URL = "https://www.youtube.com/watch?v=YV2tUZIZ3Bs" ydl_opts = { "format": f"bestvideo[height<=144]", ...
LankerBG's user avatar
3 votes
1 answer
655 views

I am developing a Flutter app (Android 12 and Android 14 tested) and embedding YouTube videos using youtube_player_iframe (or youtube_player_flutter). The videos: Work perfectly in Chrome on the ...
Megatron's user avatar
0 votes
1 answer
44 views

I am using the YouTube Data API v3 to retrieve comment threads. • I use commentThreads.list to fetch top-level comments. • I use comments.list to fetch replies. However, I’ve noticed that the ...
Esther's user avatar
  • 1
Tooling
0 votes
3 replies
119 views

I am working on a global media monitoring project that tracks news about a specific country (Turkey) across 500+ international sources and multiple regions (Egypt, Libya, Somalia, Ethiopia). My ...
Deniz Aydinli's user avatar
Advice
0 votes
1 replies
46 views

I'm building an application that integrates with the YouTube Data API v3, and I'm considering using the channel ID (e.g., `UCxxxxxxxxxxxx`) as a primary key in my database. Before doing so, I'd like ...
kwonsungmin's user avatar
1 vote
0 answers
80 views

I run a YouTube channel and I'm thinking of creating a web application for membership subscribers only. Therefore, I wrote a code to obtain the membership subscriber list using Members.list in YouTube ...
Rくん's user avatar
  • 11
Advice
0 votes
3 replies
87 views

I am developing an application that tracks live streams for specific gaming content. I have encountered a consistent issue where the specific "Game Title" (e.g., "Arc Raiders", &...
user2849160's user avatar
2 votes
1 answer
103 views

I'm currently a beginner in JavaScript and I want to make a YouTube player for my personal website. I want the user to be able to click a button on the player and skip forward to the next or previous ...
Dorian Bay's user avatar
1 vote
2 answers
198 views

I am using the videos.list endpoint of the YouTube Data API v3 to request information about multiple YouTube videos at once. The documentation states the id parameter "specifies a comma-separated ...
Stevoisiak's user avatar
  • 28.1k
Tooling
1 vote
2 replies
91 views

I have an image and would like to get the URL of the Youtube videos (with the exact time) where this image (or similar) appears inside. I've already seen a site that does this ( https://findthisbase....
Gianluca Barbacci's user avatar
0 votes
1 answer
651 views

I’m trying to play a YouTube video inside my Android app using the Soffritti Android YouTube Player library (com.pierfrancescosoffritti.androidyoutubeplayer:core:12.1.0). The player initializes fine, ...
user3740049's user avatar

15 30 50 per page
1
2 3 4 5
831