Youtube-dl For Mac Os X

Mar 14, 2020 Download YouTube videos on Mac Download ViDL for Mac, extract the zipped file, and move the app to the Applications folder. You can enter a URL to the video you want to download, or you can search for it. The app can search for videos on YouTube but the results aren’t the best, or most relevant.

The Youtube-dl is a simple command line tool to download YouTube videos directly on the Ubuntu or other Linux system using command terminal. The Youtube dl requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platforming specific which can be installed easily on any Linux distros. The best part is it also available in an executable form for Windows platform that includes Python plus Mac OS X is also supported. The YouTube dl is an opensource tool can be modified and distributed free of cost. In addition to Youtube, it also supports the downloading of videos from other websites too.

Here in this tutorial, we will see how to install Youtube-dl on Mac and Linux OS such as Ubuntu, Linux Mint, Centos…

Install YouTube-DL on Ubuntu 18.04 or Linux Mint

  1. Go to Ubuntu Linux
  2. Launch the Command terminal; the shortcut command for that CTRL+ALT+T.
  3. In the command terminal, type:
    • sudo apt-get install youtube-dl
  4. It will ask for permission to install. Type ‘Y‘ and press the Enter button.
  5. The downloading and installation process will be started.
  6. In case the above command didn’t work for you then use this one:
    • sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
  7. The above command directly downloads the YouTube-dl on your Linux. After the run the below command to change the permission.
    • sudo chmod a+rx /usr/local/bin/youtube-dl

Install YouTube DL on Redhat/CentOS or other Redhat based Linux distros…

  1. Again go to your Redhat/Centos/Fedora or other same based OS.
  2. Open the Command Terminal
  3. First, try the single command to install the YouTube dl
  4. If the above command didn’t work then use one of the below commands:
  5. After the above command execute this one to set the permissions.

To install the Youtube-dl on MAC OS just use the below command:

The command uses the curlbut you can use the wget as well; as shown above.

or if you have brew installed on your Mac OS the use this one

Or with MacPorts:

sudo port install youtube-dl

After installation in case the YouTube dl not working or giving some error in downloading the Youtube videos then execute commands given below:

If the last command didn’t work in the Ubuntu 18.04, don’t worry. Just run first tow commands and after you will able to download youtube videos using the command line tool Youtube dl.

To use the Youtube dl

Type the youtube-dl followed by the yotubelink

Mac os sierra download iso for macbook pro. Youtube DL Example:

Youtube-dl

Other Resources:

If you wish to download a YouTube video to store locally on your computer, you can do so on a Mac OS X system, and Linux systems, also, usingyoutuble-dl, a Python script. You can also download aMicrosoft Windows exe file from the youtube-dl DownloadPage. With youtube-dl, you can download videos from YouTube and othersites from a command-line interface (CLI).

For a Mac OS X system, you can obtain the script using the curl utility that is providedwith the operating system. You can also use curl on a Linux system, if you have it installed on that system. Alternatively, you can usewget, which isn't provided with the OS X system, but which you may have on a Linux system, ifyou don't have curl available. To obtain the youtube-dl script using curl ona Mac OS X system, you can open a Terminal window and issue the command sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl. That will download the script and place it in the /usr/local/bin directory.

Once you've downloaded it, you can make it available for execution by allaccounts on the system using the command sudo chmod a+x /usr/local/bin/youtube-dl to change the file permissions, since it won't by default be executable.

If you need to use Wget, instead, you can use the commands below:

Mac Os X Versions

Once you've downloaded the file and made it executable, you can get help onusing the program by typing youtube-dl -h at a shell prompt, e.g., a Terminal window.


To download a video, you can simply type youtube-dl url where url is the Uniform Resource Locator (URL) of the video you wish to download. E.g.:

Youtube-dl For Mac Os X 10 12

In the above example, I would have a MPEG_4(MP4) video file in the current working directory.