summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExtractArchive.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/ExtractArchive.py')
-rw-r--r--module/plugins/hooks/ExtractArchive.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index 5b9e3f30b..3e371ec2b 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -136,13 +136,12 @@ class ExtractArchive(Hook):
("Immenz" , "immenz@gmx.net" )]
- event_list = ["allDownloadsProcessed","packageDeleted"]
-
NAME_REPLACEMENTS = [(r'\.part\d+\.rar$', ".part.rar")]
def setup(self):
self.info = {} #@TODO: Remove in 0.4.10
+ self.event_list = ["allDownloadsProcessed","packageDeleted"]
self.queue = ArchiveQueue(self, "Queue")
self.failed = ArchiveQueue(self, "Failed")