python-unrar icon indicating copy to clipboard operation
python-unrar copied to clipboard

Added callback parameter to extract and extractall

Open nekosaur opened this issue 10 years ago • 1 comments

Don't know if this is worth anything, but to make things easy for myself I added a callback parameter to rarfile.extract and extractall, since handles are not exposed outside of unrarlib.

nekosaur avatar Mar 17 '15 16:03 nekosaur

Right, this isn't exposed in RarFile because it is kind of low-level and somehow tied to the ctypes wrapper implementation. Will give it some thought, though. I agree it would be interesting to have the feature available (maybe making it accesible through RarFile in a more pythonic way). Thanks!

matiasb avatar Mar 18 '15 22:03 matiasb