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
    2
    ·
    20 hours ago

    Thanks might make it bigger now. The “$a” very helpful as I might copy url from web pages which may cause a error.