SnapPython

Uma script pra facilitação de download de vídeos do YouTube.com na melhor resolução.
foto

Olá!

Pra melhor experiência, rode a script no seu terminal.

Instalação, Clonagem e Acesso no Termux.


$ pkg upgrade

$ pkg update

$ pkg install git

$ pkg install python

$ pip3 install pytube

$ git clone https://github.com/yScottLuc/CalcuPython

$ cd SnapPython

$ python3 SnapPython.py

Instalação, Clonagem e Acesso no terminal Linux.


$ apt upgrade

$ apt install git

$ apt install python

Os comandos acima são apenas pra checar se o python e o git estão instalados, pois já vem instalados padrão da máquina.

Após o feito, dê:

$ python --version

E certifique-se de que a versão do python está instalada da 3.8 pra cima,versões posteriores não são compatíveis com a script.

Pra continuar, instale o pytube e clone o meu repositório no github, entre na pasta e rode a script.

Com os seguintes comandos:

$ pip3 install pytube

$ git clone https://github.com/yScottLuck/SnapPython

$ cd SnapPython

$ python3 SnapPython.py

GitHub

View Github