summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Extractor.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r--module/plugins/internal/Extractor.py12
1 files changed, 9 insertions, 3 deletions
diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py
index 2aa26e64a..f73388d8c 100644
--- a/module/plugins/internal/Extractor.py
+++ b/module/plugins/internal/Extractor.py
@@ -82,7 +82,9 @@ class Extractor(Plugin):
delete='No',
keepbroken=False,
fid=None):
- """Initialize extractor for specific file"""
+ """
+ Initialize extractor for specific file
+ """
self.manager = manager
self.filename = filename
self.out = out
@@ -99,7 +101,9 @@ class Extractor(Plugin):
def init(self):
- """Initialize additional data structures"""
+ """
+ Initialize additional data structures
+ """
pass
@@ -155,5 +159,7 @@ class Extractor(Plugin):
def list(self, password=None):
- """Populate self.files at some point while extracting"""
+ """
+ Populate self.files at some point while extracting
+ """
return self.files