rarfile icon indicating copy to clipboard operation
rarfile copied to clipboard

Feature: add parameter to extract method

Open RuVl opened this issue 2 years ago • 1 comments

I would like to unzip the file without saving the folder structure, but I can't. :( Can you add the 'parents=True' param to rf.extract() function for this feature?

RuVl avatar Oct 22 '23 15:10 RuVl

Recently there was "extraction filters" feature added to tarfile - https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter which allows such customizations to be implemented outside by user of tarfile.

Would such feature help you if added to rarfile?

markokr avatar Oct 23 '23 08:10 markokr