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
  • RavenofDespair@lemmy.mlOP
    link
    fedilink
    arrow-up
    1
    ·
    8 hours ago

    I made this for easy use so no typing or terminal. some people like to do thing differently and that’s ok