ChenjieXu / pyzxing

Python wrapper of ZXing Java library, making qrcode decoding super easy!
MIT License
158 stars 24 forks source link

Invalid download link of the jar file #2

Closed Lcram33 closed 4 years ago

Lcram33 commented 4 years ago

Hello,

When installed with the pip command, the download link is invalid : jar_url = "https://github.com/ChenjieXu/pyzxing/releases/download/v0.1/" should be instead jar_url = "https://github.com/ChenjieXu/pyzxing/releases/v0.1/"

Best regards

ChenjieXu commented 4 years ago

The link with 'download' is correct. The actual download link is jar_url + jar_filename, which is "https://github.com/ChenjieXu/pyzxing/releases/download/v0.1/javase-3.4.1-SNAPSHOT-jar-with-dependencies.jar". The problem is I haven't upload this to pypi. It has been fixed in version 0.3.1.