Advertisement
-s0uza

youtube-dl

Dec 13th, 2017
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. Como instalar o Youtube-dl no Ubuntu
  2.  
  3. => sudo add-apt-repository ppa:nilarimogard/webupd8
  4. => sudo apt-get update
  5. => sudo apt-get install youtube-dl
  6.  
  7. Download Outras Distribuições baseadas em Debian
  8.  
  9. => https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8/+packages?field.name_filter=youtube-dl&field.status_filter=published&field.series_filter=
  10.  
  11.  
  12. -> youtube-dl -F link_video
  13.  
  14. Ele irá retornar os formatos disponiveis para o vídeo
  15.  
  16. -> youtube-dl -f code link_video
  17.  
  18. -> youtube-dl -cit link_video
  19.     -c = continuar download interrompido
  20.     -i =
  21.     -t = usar o nome do video como titulo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement