ephraim / lcurse

Python script to have a "curse" compatible client for linux
The Unlicense
51 stars 24 forks source link

Addons with multiple modules show up multiple times in list #43

Closed samako93 closed 7 years ago

samako93 commented 7 years ago

Found that with some addons (Auctioneer to be specific), multiple modules show up in the list of addons. These are all bundled with the main addon with different names, and therefore do not have a resolvable URL.

Downloading the main addon should include all of these modules, and they should all be updated fine.

Check if 'partof' tag exists in .toc file, replace addon name with 'partof' name. Currently an issue (bug) with addons that come with several modules (eg. Auctioneer)

samako93 commented 7 years ago

Broke my git repo D: fixing