thejoshwolfe / yauzl

yet another unzip library for node
MIT License
681 stars 77 forks source link

Extracting rars, tars, tar.gz etc... #99

Closed macmichael01 closed 5 years ago

macmichael01 commented 5 years ago

I just stumbled upon this library and haven't had the chance to dig through the source. Is it possible to extract Rars, tars, and other non-zip formats?

thejoshwolfe commented 5 years ago

yauzl is just a zipfile reader. If you'd like to make a multi-format archive reader, I suggest using yauzl as the zipfile backend. (Perhaps a multi-archive tool has already been made somewhere that does this.)