Anleitung: pyLoad installieren

pyLoad ist ein Programm um z.B. Youtube Videos über ein Webinterface herunterzuladen.

So könnt ihr es unter Linux installieren:

https://github.com/pyload/pyload
Einfach das Projekt clonen über git.

git clone https://github.com/pyload/pyload.git
./pyLoadCore.py

Pakete:

apt-get install python-crypto python-pycurl python-imaging python-beaker python-qt4 rhino tesseract-ocr tesseract-ocr-eng gocr unrar-free screen python-django openssl
cd .pyload
openssl genrsa 4096 > ssl.key
openssl req -new -key ssl.key -out ssl.csr
openssl req -days 36500 -x509 -key ssl.key -in ssl.csr > ssl.crt

pyLoad kann man auch direkt im Daemon-Modus starten ohne screen zu benutzen:

./pyLoadCore --daemon

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen