ytdlp
Quick yt-dlp settings!
To keep things simple for myself, I've set this page up for downloading YouTube videos using yt-dlp
. Paste the video link into the box, and you'll be able to copy all the text into the command line, hit enter and off you go!
Copy & Paste this for an .MP4:
yt-dlp --merge-output-format mp4 -f "bestvideo+bestaudio[ext=m4a]/best"
Copy & Paste this for an .MP3:
yt-dlp -x --audio-format mp3