Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
136 views

I'm working on a YouTube video downloader similar to Y2Mate or SaveFrom, using Node.js with ytdl and FFmpeg. The problem is that when I download any video, I only get formats up to 360p. I want to ...
2 votes
1 answer
452 views

I'm a Python beginner. I am using yt-dlp via Python to select the best video format with a target resolution. However, I sometimes get a format_id that does not actually exist in the -F output. My 'yt-...
Kariyan's user avatar
  • 61
0 votes
0 answers
206 views

I’m learning Android development, and one of the apps I use daily is Seal, which allows downloading videos from different platforms. From what I understand, it works locally using yt-dlp, which is a ...
0 votes
0 answers
49 views

I get YouTube video URL by using yt-dlp tool. Then I create GStreamer pipeline with 3 elements like this (only video playback for simplicity): souphttpsrc (location=URL) -> decodebin -> ...
nckm's user avatar
  • 123
3 votes
1 answer
170 views

(Windows, Python 3.9.6, yt-dlp 2025年06月09日) I have a youtube playlist whose titles contain both korean and latin characters. I can print the titles of the videos in the playlist using the below command:...
1 vote
0 answers
89 views

I'm building a YouTube video info. fetcher using Remix, Node.js, and yt-dlp. It works locally, but fails in Docker with several issues (see output below): Python not found when trying to use yt-dlp ...
1 vote
0 answers
1k views

I'm trying to download YouTube videos using the yt-dlp Python library in a deployed web application. The same script works perfectly on my local machine, but in the production (live) environment, it ...
0 votes
1 answer
238 views

I am trying to download youtube videos / audio files and upload them to Azure Blob Storage without downloading them locally. I am using yt-dlp as it seems to be the most robust tool for my task. I've ...
0 votes
0 answers
126 views

I'm using yt-dlp in a Node.js Express application to download videos from YouTube. I'm extracting the video title and using it to name the downloaded file, but all downloaded files are still named ...
1 vote
2 answers
952 views

I am using yt_dlp with Python to load a video from Youtube as an audio-only mp3 file. Until recently this worked fine, but now I get the following error message: ERROR: Postprocessing: audio ...
0 votes
0 answers
324 views

I am trying to get just the audio data of songs from YouTube videos to analyze without downloading (Python). I started with using yt-dlp with the following code def search_youtube(song_name, ...
1 vote
0 answers
129 views

I have tried searching for my issue but have found no results similar I have been experimenting around with yt_dlp and tried downloading to the io buffer using {'outtmpl': '-'} but unfortunately I don'...
Mr_Wamsy's user avatar
1 vote
1 answer
287 views

I want to download a YouTube video, I did but the audio is not merged with the video(audio is not audible). How can I fix that using yt-dlp? Error: '__files_to_merge' import os import yt_dlp def ...
-1 votes
2 answers
593 views

I have a M1 Macbook Air, and am trying to use yt-dlp in a program. I did brew install yt-dlp and it installed successfully, but when I used import yt_dlp in the python program, it returned an error ...
0 votes
1 answer
658 views

Rather than downloading every video from a YouTube channel, is it possible to restrict it to the top N most popular videos?

15 30 50 per page
1
2 3 4 5
...
10

AltStyle によって変換されたページ (->オリジナル) /