mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
7.98k stars 642 forks source link

howto download an audio without the menu ? #1252

Open fredmo opened 9 months ago

fredmo commented 9 months ago

Hello,

I like the fact to have the search, I played music with the command : yt /Mozart,1, all

How could I download the music without playing it? ( headless / in background) I guess it's something about "da", but I can't find an explanation/example in the documentation.

Could you help me?

Thank you

fredmo commented 9 months ago

I did : yt /Mozart ,da 1,exit > /dev/null 2>&1 &

But maybe, there is more beautiful?