mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-04 20:21:54 -07:00
af4a9aeb95
This is perhaps a bit silly, but the current output of a compressed QmdlReader is always decompressed, so when we export a ZIP, we're basically un-gzipping the QMDL before zipping it. However, this approach makes for simpler code and results in a uniform set of files for the user, which I think is worth the slight amount of wasted processing.