not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 3 months agoalso don't use brave or vanilla Firefoxlemmy.blahaj.zoneimagemessage-square181linkfedilinkarrow-up1485arrow-down135file-text
arrow-up1450arrow-down1imagealso don't use brave or vanilla Firefoxlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 3 months agomessage-square181linkfedilinkfile-text
minus-squareFG_3479@lemmy.worldlinkfedilinkEnglisharrow-up1·3 months agoUse winget install yt-dlp-nightly to install it. Then run yt-dlp -f "bestvideo[height<=1080][ext=mp4]+bestaudio[ext=m4a]" "https://youtube.com/watch?v=EXAMPLE" to download a video. The file will be in C:\Users\YourUsername unless you use cd to enter a certain folder. If yt-dlp stops working, then yt-dlp --update-to nightly should fix it.
Use
winget install yt-dlp-nightlyto install it.Then run
yt-dlp -f "bestvideo[height<=1080][ext=mp4]+bestaudio[ext=m4a]" "https://youtube.com/watch?v=EXAMPLE"to download a video.The file will be in C:\Users\YourUsername unless you use
cdto enter a certain folder.If yt-dlp stops working, then
yt-dlp --update-to nightlyshould fix it.