From fd2b928c08f0e1d1c54096696ef75bf899557db8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 2 Aug 2015 08:56:00 +0200 Subject: Fix https://github.com/pyload/pyload/issues/1649 --- module/plugins/internal/Extractor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/internal/Extractor.py') 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 -- cgit v1.2.3