summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Extractor.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-02 07:44:07 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-02 07:44:07 +0200
commit84f2193d76f7c6f47c834dc8902d8ead8e45a11a (patch)
treeabcb748a676991f5987a8cd78a0814889d175656 /module/plugins/internal/Extractor.py
parent[AntiStandby] Improve linux_standby (diff)
downloadpyload-84f2193d76f7c6f47c834dc8902d8ead8e45a11a.tar.xz
Fix https://github.com/pyload/pyload/issues/1640 (2)
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r--module/plugins/internal/Extractor.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py
index c16b1a846..7d1f9ced5 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.31"
+ __version__ = "0.32"
__status__ = "testing"
__description__ = """Base extractor plugin"""
@@ -86,9 +86,7 @@ class Extractor(Plugin):
"""
Initialize extractor for specific file
"""
- self.pyload = plugin.pyload
- self.plugin = plugin
- self.info = {} #: Provide information in dict here
+ self._init(plugin.pyload)
self.filename = filename
self.out = out