For me it's: Testdisk (and Photorec) Caddy Netstat Dig Aria2

you are viewing a single comment's thread
view the rest of the comments
[–] [S] 5 points 2 years ago (1 child)

Would you mind sharing your command?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    This is what I use (with zsh):

    yt-audio() {
    	   yt-dlp --no-playlist -f 'ba' -x --audio-format mp3 $1
    }
    yt-audio-playlist() {
    	   yt-dlp -f 'ba' -x --audio-format mp3 $1
    }
    
    

    It takes the best quality available and downloads it to mp3.

  • source
  • parent