vn-tools / arc_unpacker

CLI tool for extracting images and sounds from visual novels.
GNU General Public License v3.0
562 stars 83 forks source link

Add archive autodetection #6

Closed rr- closed 9 years ago

rr- commented 9 years ago

Right now user needs to pass --fmt manually. This should be avoided, if possible.

rr- commented 9 years ago

This could be done with ArchiveFactory.from_arc(arc_file) that calls the lambdas. Isn't it going to be slow, though? Perhaps the placement of requirements should be changed?