summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Extractor.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-02 08:56:00 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-02 08:56:00 +0200
commitfd2b928c08f0e1d1c54096696ef75bf899557db8 (patch)
treea8289c3833072f8a782336d0fc12cb336f612038 /module/plugins/internal/Extractor.py
parentFix https://github.com/pyload/pyload/issues/1590 (diff)
downloadpyload-fd2b928c08f0e1d1c54096696ef75bf899557db8.tar.xz
Fix https://github.com/pyload/pyload/issues/1649
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r--module/plugins/internal/Extractor.py3
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