diff options
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r-- | module/plugins/internal/Extractor.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py index 7d1f9ced5..7f5212090 100644 --- a/module/plugins/internal/Extractor.py +++ b/module/plugins/internal/Extractor.py @@ -22,7 +22,7 @@ class PasswordError(Exception): class Extractor(Plugin): __name__ = "Extractor" __type__ = "extractor" - __version__ = "0.32" + __version__ = "0.33" __status__ = "testing" __description__ = """Base extractor plugin""" @@ -88,6 +88,7 @@ class Extractor(Plugin): """ self._init(plugin.pyload) + self.plugin = plugin self.filename = filename self.out = out self.fullpath = fullpath |