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

Downloading classic addons #50

Open LawfulGremlin opened 5 years ago

LawfulGremlin commented 5 years ago

When the latest uploaded file on a curseforge addon page is for classic (version 1.13.2), the addon will be downloaded for this version instead of of the addon for live (version 8.2.0).

Example: [https://i.imgur.com/na9G4gs.png] Currently the latest uploaded file for https://www.curseforge.com/wow/addons/dbm-voicepack-vem is the classic version, and this is the file that is designated as the main file on the project, and the file that will be downloaded. Thus, this project downloads DBM-VPVEM-classic-5ef5377.zip [Version 1.32.2], rather than DBM-VPVEM-738b1d7.zip [Version 8.2.0].

Would it be possible to filter the addons by their game version tag? This would allow this project to work both for the Live and Classic version of the game.