Instead of everytime dealing with youtube downloader websites, actually you can download it yourself. With this bash script you just need to enter the id of a youtube video or playlist, and you can download it.
- You need to download yt-dlp
- I am using mac, so just copied yt-dlp binary to
/usr/local/bin
folder. - Append the code below to your
~/.zprofile
file. (Or what ever bash file that suits you)