JVMed / PasswordDetector

NZBGet queue script for early detection of password protecteded files whist downloading
15 stars 2 forks source link

Script no longer working with NZBget Docker image #1

Open rosarch opened 4 years ago

rosarch commented 4 years ago

The linuxserver nzbget docker image (https://hub.docker.com/r/linuxserver/nzbget/) has been updated, they have dropped support for python 2.

The result of this is a broken script which no longer works with nzbget.

It will be great if someone with Python skills can update the script to be python 3 compatible.

pruchai commented 4 years ago

2to3 -w PasswordDetector.py

kiddsupreme commented 4 years ago

I can confirm that I am seeing the same behavior. I tried utilizing the 2to3 command as stated above, but still am seeing the same behavior

jpartain89 commented 4 years ago

Same here as @kiddsupreme

Any chance someone can get this properly updated to python 3?