Questions tagged [youtube-dl]
youtube-dl is a command-line program to download videos from YouTube.com and a few more sites.
76 questions
0 votes
1 answer
654 views
youtube-dl keep size under xx MB
Is it possible to automatically limit the size of videos downloaded by youtube-dl? Whether by downloading it partially or automatically adjusting the resolution/framerate? Preferably I'd be able to ...
2 votes
1 answer
2k views
mpv fails to play youtube videos
I've been using mpv for a while, but now whenever I try to play a youtube video the following output shows up: [ffmpeg] https: HTTP error 403 Forbidden Failed to open https://rr5. . . EDL: Could not ...
3 votes
2 answers
1k views
How to watch video while still downloading including audio?
If I download a video using youtube-downloader I can watch the part file while downloading (in my case using mpv). Suppose I cannot or don't want to select a format containing both video and audio ...
3 votes
2 answers
5k views
Mpv not running youtube urls because youtube-dl is out of date
I'm using Linux Mint 21.1 and I recently installed mpv. When I run mpv followed by a youtube url I get the following lines: [ytdl_hook] ERROR: Unable to extract updater id: please report this issue on ...
6 votes
3 answers
891 views
If no input URL is supplied use list from text file
I am trying to create a shell script for yt-dlp that takes an URL as input from the command line or if no input is given use an internal list. The script works when given input, but crashes when no ...
1 vote
1 answer
808 views
command not found: xsel -ob
I'm using Manjaro Linux. I've changed my yt-dlp's zsh configuration and now I get ❯ ytvp deal_with_long_filename:1: command not found: xsel -ob deal_with_long_filename:2: command not found: xsel -ob ...
-1 votes
2 answers
1k views
"Unsupported URL: https://www.youtube.com/"
How to grab a youtube video if youtube-dl reports "ERROR: Unsupported URL: https://www.youtube.com/"? Complete error: [generic] watch?app=desktop: Requesting header [redirect] Following ...
10 votes
3 answers
9k views
How to list chapter titles from a YouTube video using youtube-dl / yt-dlp
Some YouTube content creators split their videos into chapters. A subset of them kindly offer the list of chapters titles on description video, with their starting timestamp. Sometimes they decide not ...