Showing posts with label youtube-dl. Show all posts
Showing posts with label youtube-dl. Show all posts

Saturday, December 1, 2018

How to install youtube-dl on Mac OS

  • Install youtube-dl,

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl


  • Install ffmpeg which is useful to merge media streams,

    • Download the static snapshot from https://evermeet.cx/ffmpeg/
    • copy ffmpeg binary to /usr/local/bin,
      • sudo cp ffmpeg /usr/local/bin/

Tuesday, December 19, 2017

Getting "HTTP Error 402: Payment Required" warning from youtube-dl

If you get below warning message when you try to download a YouTube video using youtube-dl on an OVH dedicated host, use --force-ipv4 option with youtube-dl.
WARNING: unable to download video info webpage: HTTP Error 402: Payment Require