devsnd / tarindexer

python module for indexing tar files for fast access
GNU General Public License v3.0
74 stars 15 forks source link

Correcting issue #3 (Lookup failing on binary files) #5

Closed ReactorScram closed 9 years ago

ReactorScram commented 9 years ago

Removing the ASCII encoding. Lookup now prints the binary data directly to stdout. For ASCII text, the result should be the same. Binary files such as images now work.