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
  • NewDawnOwl@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    12 hours ago

    I love things like this, makes it so easy to learn when it’s a really simple to understand and explicit implementation of a high level feature (read input, pass to command)