TODO – make a proper page
pyload.org
A long time ago I took a look at this download manager.
I didn’t bother to get it up and running, but here are some notes.
This was probably late 2013 or early 2014, on Lubuntu.
Spoiler
#!/usr/bin/env sh \sudo \apt-get install \ python-qt4 \ python-imaging \ tesseract-ocr ` # CLI OCR for captcha ` \ tesseract-ocr-eng \ tesseract-ocr-osd \ tesseract-ocr-equ \ python-pil \ libqt4-designer \ libqt4-help \ libqt4-scripttools \ libqt4-test \ libqtassistantclient4 \ libqtwebkit4 \ python-sip \ liblept4 \ libwebpmux1 \ libtesseract3 \ ` # ` \sudo \dpkg -i pyload-v0.4.9-all.deb # reported as unstable and not to be used.. sigh. # \pyLoadGui #\pyLoadCli #\pyLoadCore # libmozjs-24-0 ` # JavaScript engine. not detected ` \ # fuck it.. I can't be assed to get a javascript engine working.
