mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2025-01-22 01:41:11 +01:00
06f75d4996
For some archives, the Itch API returns the expected decompressed file size, but serves compressed archives with its content. Iterate over Zip and Tar archives to get the expected decompressed file size. In case there's anything wrong with the archives, just quietly ignore these. Fixes #21