mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
don't prompt
This commit is contained in:
parent
af2bcb3fd6
commit
0ea3451d81
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue