not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 8 days agoalso don't use brave or vanilla Firefoxlemmy.blahaj.zoneimagemessage-square181linkfedilinkarrow-up1483arrow-down134file-text
arrow-up1449arrow-down1imagealso don't use brave or vanilla Firefoxlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 8 days agomessage-square181linkfedilinkfile-text
minus-squareFG_3479@lemmy.worldlinkfedilinkEnglisharrow-up1·7 days 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.