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

  • @[email protected]
    link
    fedilink
    English
    62 months ago

    I do exactly this for downloading music, I aliased my preferred options to ‘yt-audio’

    • mFatOP
      link
      fedilink
      English
      52 months ago

      Would you mind sharing your command?

      • @[email protected]
        link
        fedilink
        English
        22 months 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.