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

Fix site to workwith curseforges update and add classic/retail version check #53

Open Delduwath opened 5 years ago

Delduwath commented 5 years ago

Curseforge updated the layout of their page breaking script. This update fixes the location of the version and download link.

I also report the exception when downloading as it's useful when running into file permission issues (like can't write to location you specified in the config.ini).

Delduwath commented 5 years ago

I also added the ability to limit which updates the script will accept based on game versions which you can specify in the config.ini for curseforge specifically

This code would could be expanded to work with other sites as well, but I started with curseforge and would be willing to add other sites that specify if they are for wow retail or wow classic if you accept this starting point.