grrttedwards / wow-addon-updater

Python utility for updating World of Warcraft addons
GNU General Public License v3.0
71 stars 14 forks source link

Github releases support as bandaid for curse blocking downloads #199

Closed ghost closed 1 year ago

ghost commented 2 years ago

Many addons have tagged releases on github in addition to the releases on curse. I've extended the code to support downloading these releases from github.

Due to editor configuration my local version has been partially reformatted by black so I would have to pick out the changes without reformatting the entire files if I want to submit a pull request. Are you still interested in taking pull requests like that now that you no longer play the game or should I just not bother?

grrttedwards commented 2 years ago

Hey, @omicron-o I may use the release of DF as a way to motivate myself to make some of the changes that have accumulated in issues and open PRs. But I can't make any promises.. The GitHub site implementation is pretty slim, feel free to post the diff for the feature if you'd like.

grrttedwards commented 1 year ago

Via #200 released in v1.10.0

Thanks @omicron-o