Saltar a contenido

Youtube-dl

Es un software de codigo abierto para descarga de videos de youtube, dailymotion y otras fuentes de video web

https://github.com/ytdl-org/youtube-dl

Instalacion

con PIP (En la web hay mas opciones de instalacion)

sudo -H pip install --upgrade youtube-dl
...
Collecting youtube-dl
  Downloading youtube_dl-2021.12.17-py2.py3-none-any.whl (1.9 MB)
     |████████████████████████████████| 1.9 MB 1.8 MB/s 
Installing collected packages: youtube-dl
Successfully installed youtube-dl-2021.12.17

USO

Para usarlo:

# Descarga solo el audio en formato mp3
youtube-dl -x --audio-format mp3 --ffmpeg-location /usr/bin/ffmpeg video_URL

youtube-dl -x --audio-format mp3 --ffmpeg-location /usr/bin/ffmpeg https://www.youtube.com/watch?v=tvTsUs0n9zw

Site Oficial

https://github.com/ytdl-org/youtube-dl/blob/master/README.md#readme

Ejemplos https://www.youtube.com/watch?v=tvTsUs0n9zw youtube-dl -x –audio-format mp3 video_URL