kevva / download

Download and extract files
MIT License
1.28k stars 200 forks source link

Restore optional extraction functionality from download 4.x. #163

Closed coreyfarrell closed 6 years ago

coreyfarrell commented 6 years ago

In download 4.x it was possible to set extract: true to download an archive and a text file. Since 5.x a silent error occurs on the text file and its content is lost.

Uses archive-type to detect if a file is an archive before using decompress on it.

This will make it possible to update bin-wrapper to upgrade the download component.