Skip to main content

Questions tagged [youtube-dl]

A free command-line downloader primarily for YouTube videos, available on many platforms.

0 votes
1 answer
72 views

To cut and download part of video from vk.com

I try to cut and download part of an online video from vk.com, using yt-dlp and ffmpeg, in one step. I tried ffmpeg $(yt-dlp -g 'https://vk.com/video302700968_456241462' | sed 's/^/-ss 05:00 -i /') -...
jsx97's user avatar
  • 49
1 vote
1 answer
658 views

How long the URL of a YouTube video last before expiring?

On executing youtube-dl -g <youtube_link> we get the urls for the video and the audio, we can play those urls with vlc for example. But for how long those urls are valid?, they're of the form: ...
user2495207's user avatar
1 vote
1 answer
332 views

Youtube playlist to m4b audiobook

Currently I download youtube playlists as audio -f 140, transfer the files via itunes to my iphone, then add a common artist/ablum metadata in itunes move it from music to audiobooks. However, this ...
Tom Huntington's user avatar
1 vote
0 answers
284 views

yt-dlp turns off my Telegram and Discord when I use --download-sections

I'm getting this problem on a macOS Monterey. When I run yt-dlp --download-sections, it takes a few seconds to reach the frame downloading part, but when it does get there, my Discord gets stuck on ...
Daviti Shalikiani's user avatar
3 votes
1 answer
2k views

No audio for WEBM format

I'm trying to download a video because I don't like the forced HDR by YouTube. I got the following output when entering this command yt-dlp -F "https://www.youtube.com/watch?v=19h1iUcC3QU" ...
Mordecai's user avatar
1 vote
1 answer
5k views

How to download sections from youtube videos from command line with bad internet

I want to download certain sections from a youtube stream, currently I'm using this command to get the job done: yt-dlp --download-sections "*30:15-1:40:25" $LINK the problem is that ...
Alejandro Garcia's user avatar
0 votes
0 answers
1k views

yt-dlp playlist re-stream FFMPEG constantly dropping

yt-dlp "https://www.youtube.com/playlist?list=PL63F0C78739B09958" --exec "ffmpeg -i {} -vcodec libx264 -c:a aac -b:a 160k -crf 23 -preset fast -f flv rtmp://127.0.0.1:1935/live/mytv10&...
HD TV's user avatar
  • 1
0 votes
0 answers
1k views

Burn subtitle in youtube video while downloading

How to burn a YouTube video with a subtitle while downloading (simultaneously) using yt-dlp and ffmpeg. Can you help me with a batch file or command line syntax?
Satish Kumar's user avatar
0 votes
0 answers
2k views

Why does piping yt-dlp tp FFmpeg fail with --download-sections?

I'm trying to download a clip of a video (including audio) in a streaming manner (i.e. with no temporary files) in a given format. This works fine: yt-dlp --ignore-config --no-config-locations -f 22 -...
user541686's user avatar
  • 23.7k
2 votes
2 answers
3k views

How to make youtube-dl (yt-dlp) generate subtitles properly and not duplicate the text?

I'm using yt-dlp to download some videos, and I've told it to embed the subtitles. This seems to work, except it's generating subtitles in the most horrible way by duplicating the text. For example, ...
Component's user avatar
-1 votes
1 answer
1k views

youtube-dl removed but still there

There's a ghost in the shell. I tried to remove youtube-dl through brew uninstall youtube-dl: -bash: brew: command not found cool, that means I have not even installed brew. I then checked if I could ...
Francesco Mantovani's user avatar
0 votes
1 answer
251 views

Prevent the youtube-dl process fork when downloading metadata for a video in a playlist

Storing the metadata for a video using in a file using youtube-dl can be done in bash by calling youtube-dl -j https://www.youtube.com/watch?v=${video_id} > metadata.json However, when the video ...
fuumind's user avatar
  • 433
9 votes
2 answers
18k views

youtube-dl not downloading any "age restricted" video

Youtube has started "age restricting" many videos, and I can't download them with youtube-dl for example youtube-dl https://www.youtube.com/watch?v=xeZ3k2ywQ6Y so user@droplet~/user# ...
barlop's user avatar
  • 24.2k
1 vote
3 answers
3k views

How do you download multiple files/videos, simultaneously, on a basic digitalocean droplet/VPS?

How do you download multiple files/videos, simultaneously, on a basic digitalocean droplet? Let's say I create a basic digitalocean droplet/VPS, that runs Ubuntu I start the console I do apt install ...
barlop's user avatar
  • 24.2k
0 votes
0 answers
2k views

Get URL of YouTube live stream

How to find out which video ID (https://www.youtube.com/watch?v=VIDEO_ID) corresponds to current live stream available at URL like this: https://www.youtube.com/channel/CHANNEL_ID/live ? The software ...
Paul's user avatar
  • 944

15 30 50 per page
1
2 3 4 5
11