3 Easy Ways to Download YouTube Videos in Ubuntu and Other Linux Distributions

Download YouTube, Vimeo, Dailymotion and Facebook videos in Ubuntu and other Linux distributions with these applications.
Warp Terminal

At times, you find yourself in a situation where you need to download YouTube videos on Ubuntu.

For example, if you are working on a project where you need to use a video or if you want to download tutorials and lectures for offline use.

🚧
Downloading videos (and potentially re-distributing it) from the internet may be illegal in many countries. Make sure that you utilize the ability to download videos unofficially for educational or archival purpose only.

In this article, you will see various ways to easily download YouTube videos on Ubuntu and other Linux distributions.

There are three ways you can do this:

  • Download using a browser extension
  • Download using dedicated GUI tools
  • Download from the Linux terminal
Non-FOSS Warning! Some of the applications mentioned here are not open source. They have been included in the context of Linux usage.

1. Download YouTube Videos using Firefox Add-on ‘Video DownloadHelper’

Mozilla Firefox is an excellent internet browser. Most Linux distributions have Firefox installed by default. And I recommend using it if you want non-chromium browsers to exist.

Even though you can use this extension on Chrome, you cannot download YouTube videos due to Google’s web store restrictions. So, there’s that.

Video DownloadHelper is a popular browser extension that works well with Firefox to let you download YouTube videos. It is not an open-source project.

However, I’ve mentioned it because it is a popular add-on that works across multiple video streaming platforms.

You need to click the button below to head to the add-on page and then add it to your Firefox browser.

You should click the “Add to Firefox” button to install this add-on.

Click on "Add to Firefox" button to add the Video Download Helper Add-on to Firefox Browser
Add Video DownloadHelper Add-on

Once you have the add-on installed, you’ll see it in the top right corner of Firefox.

When you play a video on YouTube or some other video hosting websites like Dailymotion etc., you’ll notice the add-on change its colors. This means it has detected videos, and you can start downloading them.

Click on the Add-on on top right in Firefox while playing a Video to Download it in different qualities
Download Video Using Add-On

You’ll see multiple options for downloading the videos. Videos in lower quality are smaller in file size. It’s all up to you which one you download.

Did I tell you that you can also use Video DownloadHelper to download Facebook videos?

Yes, you can do it the same way you download YouTube videos.

2. GUI applications to download YouTube videos on Linux

You can install a desktop tool if you do not want to rely on a browser extension for your video downloads.

📋
The YouTube downloading tools mentioned here should work on any Linux distribution. However, the installation instructions here will be limited to Debian/Ubuntu-based distributions.

I would also like to mention xVideoServiceThief here. It was a popular video downloader for Linux for years. But you should not use xVideoServiceThief anymore, as it has not seen any new developments in years. You are better off with the other video downloaders mentioned here.

🚧
Some application now uses yt-dlp and users sometimes needs to manually set yt-dlp, as required by individual applications' needs. Having ffmpeg installed on your system allows you choose download quality in some tools.

1. ClipGrab

Downloading YouTube videos is just a matter of a few clicks with ClipGrab. Just get the URL of the video, paste it in Clipgrab, select the quality and format of the video, and hit Grab this clip! button.

It’s not just for YouTube, you can download videos from other major video websites such as Vimeo and Dailymotion as well.

Pasting URL and Setting up Video quality to download in Clipgrab
Download Videos in Clipgrab

Troubleshoot: “Error downloading youtube-dlp: SSL handshake failed”

Clipgrab showing "Error downloading youtube-dlp: SSL handshake failed" issue
SSL handshake failed error

Download ytdlp package from the official website. Now, paste this file to /home/user/.local/share/ClipGrab/ClipGrab/

After that, you can open Clipgrab to download videos.

2. Video Downloader

Video Downloader is a GUI tool based on ytdlp. It supports password-protected and private videos, playlist downloads and audio extracting from YouTube videos.

Other than that, It automatically selects a video format based on your quality demands.

Video Downloader application is downloading an audio from a Video clip
Video Downloader

Video Downloader is available as Snap and Flatpak packages. It is also available on AUR and Fedora repos. To install it as a Snap on Ubuntu, open a terminal and run:

sudo snap install video-downloader

If you are comfortable with Flatpak, first set up Flatpak on Ubuntu and then run:

flatpak install flathub com.github.unrud.VideoDownloader

Once installed, what you have to do is, paste your video link on the box and click on Download to start downloading.

Selecting Video quality in Video Downloader
Setting up Video Downloader

Here, you can also configure the behavior of the program with GSettings.

3. Tube Converter

Tube Converter is yet another ytdlp front end. It supports downloading videos in multiple formats (mp4, WebM, mp3, opus, FLAC, and WAV). Also, you can download multiple items at once with the option to download metadata and video subtitles.

Paste the required URL bu clicking on "Add Downloads" button. Then Click on Validate button
Paste URL on Tube Converter

You can paste the URL and then click on Validate, which brings the choices of download. Select one and you are good to go.

Set the type to be downloaded, like Audio/video and format. Then set the required quality and click on "Download"
Type and Quality of Output selection 

Visit their GitHub Repo for more details on the project.

4. 4K Video Downloader (Not FOSS)

Similar to Clipgrab, you can use 4K Video Downloader. Even though it not an open-source project, it supports Linux and offers a deb package to install it on Ubuntu.

Also, you get a portable edition of it if you need that.

Simply paste the URL of the video, select the quality and type of video file and hit the download button. You will find other video platforms to be supported as well.

Downloading a Video using 4K Video Downloader
4k Video Downloader

To install 4K Video Downloader on Ubuntu and other Ubuntu based Linux distributions, you can download the deb or portable from the link below:

3. Command line tool for downloading YouTube videos

You have seen several GUI methods to download videos. Most of those GUI methods are based on youtube-dl or yt-dlp.

I recommend using yt-dlp as it is a fork of youtube-dl based on the now inactive youtube-dlc. It focuses on new features and patches. It is quite popular and is available on the default Ubuntu repositories. To install, open a terminal and enter:

sudo apt install yt-dlp

This will install a fairly latest version of yt-dlp. Or you can go to their releases page and download the latest binary release. Once downloaded, make it executable and run.

To download a video, simply use:

yt-dlp <URL of Video>
Use yt-dlp command line tool to download a video from YouTube
Download Video using yt-dlp

There are many other options available to use this tool and those can be found on their official documentations.

Downloaded the video, what now?

If you have inconsistent internet, you should also use a download manager.

Top 6 Best Download Managers for Linux Desktop
If you prefer not to rely on your web browser’s download manager, a separate download manager app should come in handy. Not only do you get more features like torrent support, magnet links, download speed control, etc., but it is also much easier to manage your downloads using a

You may need to convert or optimize the downloaded video file. Try these open-source video converters for Linux.

Open Source Video Converters for Linux [GUI and CLI]
Video downloads are fun until they become unplayable. So, here’s the list of top open-source video converters to help your downloads stay relevant everywhere. Video conversion is not the best thing you want to do with a video, but it becomes unavoidable sometimes. For instance, you can onl…

You'll need a video player to play the downloaded videos. VLC is good but here are a few more video player suggestions.

Top Open Source Video Players for Linux
Wondering which video player you should use on Linux? Here’s a list of top open source video players available for Linux distributions.

If needed, you can edit the videos as per your requirement with these video editors.

11 Free and Open Source Video Editing Software
We’ve already covered the top video editors for Linux. However, that list contained some non-open source software as well, which gave us an idea to make a separate article featuring only open source video editors. We’ve also mentioned the platforms supported by these video editors, which s…

I have listed three methods to download videos on Ubuntu. Which one did you like the most?

Is your favorite YouTube downloader application not on the list? Feel free to suggest me to add it.

About the author
Abhishek Prakash

Abhishek Prakash

Created It's FOSS 11 years ago to share my Linux adventures. Have a Master's degree in Engineering and years of IT industry experience. Huge fan of Agatha Christie detective mysteries 🕵️‍♂️

Become a Better Linux User

With the FOSS Weekly Newsletter, you learn useful Linux tips, discover applications, explore new distros and stay updated with the latest from Linux world

It's FOSS

Great! You’ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to It's FOSS.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.