GammaC0de

Results 218 comments of GammaC0de

What exactly is "force download" option ?

pyload does not support this feature. pyload support executing script on specific events so You could write a script to do what you want when download is finished.

I don't know if it would help but please disable `Development mode` of pyload's "Web Interface" settings

This errors comes from your system or maybe from buggy pycurl implemantation Are you using some kind of VPN?

What about simple port forwarding? `netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=9666 connectaddress= connectport=9666`

Please remove the changes to plugin_manager.py In my opinion, the filename should not affect the plugin order. Also, I intend to make Xfilesharing disabled by default

Distributing binary packages has its own disadvantages for example you have to build a package for every release. The Pythonic way is to run native python files and update via...