A command-line tool that downloads YouTube videos in MP4 format using yt-dlp.
udown
automatically selects the best video and audio quality available and merges them into a single MP4 file.
git clone https://github.com/yourusername/udown.git
cd udown
./install.sh
- yt-dlp
udown [-f filename] YouTube-URL
-f filename
: Specify the output filename. If not provided, defaults to "video.mp4"
Download a video with default filename:
udown https://youtube.com/watch?v=example
Download a video with custom filename:
udown -f custom_video.mp4 https://youtube.com/watch?v=example
- Returns 0 on successful download
- Returns 1 on failure
Written by William Gay
Report bugs to the author.
- yt-dlp(1)