NoahCardoza / CaptchaHarvester

Solve captchas yourself without having to pay for services like 2captcha for use in automated projects.
https://pypi.org/project/captcha-harvester/
MIT License
655 stars 63 forks source link

Replaced deprecated plistlib.readPlist #47

Closed 1fge closed 3 years ago

1fge commented 3 years ago

This pull request replaces the deprecated readPlist function in the plistlib library with the load function to allow for support with newer Python versions on OS X.

Python versions 3.9 or greater are unable to use CaptchaHarvester on Mac as the readPlist function is no longer a part of the library.

NoahCardoza commented 3 years ago

Thanks! I was made aware of this but just didn't have time to look into it! Amazing!