Instalare youtube-dl in Linux.

Configurare noua (How To)

Situatie

Youtube-dl este un utilitar ce poate descarca fisiere video sau audio de pe Youtube.

Cel mai simplu mod de instalare este sa avem pip instalat. In functie de distributie, pachetul se numeste diferit. In Ubuntu pachetul se cheama python-pip.

Solutie

Pasi de urmat

Pentru instalarea pachetului pip in Ubuntu, folosim comanda:

sudo apt-get install python-pip

Screenshot from 2015-11-10 23:59:33

Instalarea youtube-dl se face apeland pip:

sudo pip install –upgrade youtube-dl

Screenshot from 2015-11-11 00:01:26

youtube-dl se foloseste folosind comanda

youtube-dl “link”

De exemplu:

youtube-dl https://www.youtube.com/watch?v=C0DPdy98e4c

Tip solutie

Permanent

Voteaza

(13 din 30 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?