not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 4 months agoalso don't use brave or vanilla Firefoxlemmy.blahaj.zoneimagemessage-square181linkfedilinkarrow-up1485arrow-down137file-text
arrow-up1448arrow-down1imagealso don't use brave or vanilla Firefoxlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 4 months agomessage-square181linkfedilinkfile-text
minus-squareCommissarVulpin@lemmy.worldlinkfedilinkEnglisharrow-up2·4 months agoI think you vastly overestimate my level of computer savviness.
minus-squareFG_3479@lemmy.worldlinkfedilinkEnglisharrow-up1·4 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.
I think you vastly overestimate my level of computer savviness.
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.