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
  • db2@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    11 hours ago

    The op script is meant to be opened in the GUI in a terminal then the URL gets pasted in there. It took me a second to see it.