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
  • 18107@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    I once wrote a 2 line, 10 word script that had 9 bugs in it. I’m not overly proud of that one.