youtube-dl
Ways in which I frequently use youtube-dl
.
Cheatsheet
List available formats
Extract audio. To keep video, add option -k
.
Download to different location another/dir
To extract audio files to a mounted remote file system without uploading the
video to such remote file system, you need to download and extract locally, and
then move/copy to the remote file system. For example, change current directory
to an empty directory, execute youtube-dl
storing everything in current
directory, and then do something like mv -v *mp3 </path/to/remote/dir>