Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 998 Bytes

File metadata and controls

43 lines (26 loc) · 998 Bytes

[EN] Youtube Downloader

Installing dependencies:

pip install -r requirements.txt


Before running the main file, check it out and see if all components installed, they are:

FFMPEG -> https://www.ffmpeg.org/ PyQt4 -> https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10/

Or run the libraries installation file above.

python depends.py

Finally open the main file

python ytdown.py

[PT-BR] Youtube Downloader

Instalando dependencias:

pip install -r requirements.txt


Antes de executar o arquivo principal, faça uma checkagem e veja se todos componentes externos estão instalados, são eles:

FFMPEG -> https://www.ffmpeg.org/ PyQt4 -> https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10/

Ou execute o arquivo de instalação das bibliotecas acima.

python depends.py

Por fim abra o arquivo principal

python ytdown.py