GammaC0de
GammaC0de
> I would like to know how to make so that at the start of pyload it restarts the queue automatically? What you would like to do is to restart...
You could write an addon plugin for that: ```python def activate(self): self.log_info(_("Restarting all queued packages...")) for pinfo in self.pyload.api.getQueue(): self.pyload.api.restartPackage(pinfo.id) ```
Surprisingly it works if you change https to http 🤔 ``` url = "http://www.multiup.org/en/download/c7b7a24cc9546f6c396a1400d4bcfba8/Secret.Love.Affair.E01.engsubs.540p-SAM.mkv" ```
Please refresh your pyLoad installation using the instruction in #3283 and then retry.
pycurl on https://www.lfd.uci.edu/~gohlke/pythonlibs/ is broken, please try this https://pypi.org/project/pycurl/7.43.0.2/#files instead.
The files on https://pypi.org/project/pycurl/7.43.0.2/#files are .exe setup files, not pip packages.
Try: ``` pip install --upgrade https://github.com/pyload/pyload/archive/refs/heads/develop.zip ```
Lest make things clear: `stable` is the older pyload (v0.4.20) which runs **only** with python 2.7. `main` and `develop` is the newer pyload (v0.5 beta) which runs on python 3...
MegaupNet plugin indeed has an issue.
Are you using premium download?