OmegaPhil / animecheck

Commandline CRC32, MD5 and eD2k-based hashing script also capable of reading and creating SFV and MD5 checksum files and generating eD2k links. This is an initial foray into python and github
GNU General Public License v3.0
46 stars 5 forks source link

MD5 file processing relies on '*' before filename #11

Closed OmegaPhil closed 11 years ago

OmegaPhil commented 11 years ago

MD5 files do not have to have records of structure ' *' - the asterisk merely indicates the mode the file was originally hashed in (plain text/binary). The current regex relies on this asterisk being there.

OmegaPhil commented 11 years ago

Fixed in 0b1a7a455b73f1b9e2190f0c17652f3c803a866e