don't prompt

This commit is contained in:
Clinton Hall 2013-02-28 18:37:25 -08:00
parent af2bcb3fd6
commit 0ea3451d81

View file

@ -63,7 +63,7 @@ def extract(dirpath, file, outputDestination):
# ".bz2": ["bzip2", "-d --keep"],
EXTRACT_COMMANDS = {
".rar": ["unrar", "x"],
".rar": ["unrar", "x -y"],
".tar": ["tar", "-xf"],
".zip": ["unzip", ""],
".tar.gz": ["tar", "-xzf"], ".tgz": ["tar", "-xzf"],