kuhnertdm / wow-addon-updater

Python script for mass-updating World of Warcraft addons
GNU General Public License v3.0
116 stars 28 forks source link

Fail to download Tukui #35

Closed tcarmona closed 6 years ago

tcarmona commented 6 years ago

Even with the fix on #32 I'm still not able to download the tukui addon.

How to test: Insert https://git.tukui.org/Tukz/Tukui inside your in.txt

Error: https://git.tukui.org/Tukz/Tukui/repository/development/archive.zip <Response [404]> File is not a zip file

icyblade commented 6 years ago

It seems Tukui doesn't have development branch, thus a 404 error will be raised. https://git.tukui.org/Tukz/Tukui/repository/master/archive.zip works for me.

Change this line to return addonpage + '/repository/master/archive.zip' may solve your problem temporary.

kuhnertdm commented 6 years ago

Fixed, my apologies for letting this go on for so long.