sábado, 22 de outubro de 2016

Linux - youtube-dl

Para baixar vídeos no Youtube, ou algum outro site de vídeos e músicas, basta instalar o "youtube-dl":

# dnf install youtube-dl
 
 
O funcionamento (básico) é:
 
 
$ youtube-dl <endereço do vídeo>
 
 
Algumas opções podem ser verificadas:
 
 
$ youtube-dl --help