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.
1. You need to download yt-dlp
2. I am using mac, so just copied yt-dlp binary to /usr/local/bin folder.
- Install yt-dlp with homebrew
- Append the code below to your
~/.zprofilefile. (Or which ever bash file that suits you)