minetest-mods / skinsdb

Player skin mod, supporting unified_inventory, sfinv and smart_inventory
27 stars 41 forks source link

Add python skin update script #48

Closed Lejo1 closed 4 years ago

Lejo1 commented 4 years ago

The current Ingame downloader isn't able to download the whole database without spamming http errors.

So I just created a new download script in python which does this without any problems. It's just a nice alternative to the Ingame downloader

SmallJoker commented 4 years ago

without spamming http errors.

Seems to be a bug. Could you please report this, including the steps to reproduce?

Lejo1 commented 4 years ago

Changed that and created a bug report #49

SmallJoker commented 4 years ago

@bell07 If you don't have any objections, I'd like to merge this PR in the next few days.

bell07 commented 4 years ago

No objections. The script seems clean and smart. Maybe we should close the #43 in favour of this script by the way.