• FG_3479@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 days ago

    Use 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.