made it so i just click file and paste YouTube url

Linux is amazing

#! /usr/bin/bash
echo "Enter a url"
read a

yt-dlp -x $a
  • Random Dent@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 hours ago

    Nice! I did mine as an alias:

    alias yt='yt-dlp --remote-components ejs:github -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4"'

    And then just yt [URL] downloads the thing.