summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Extractor.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-26 10:40:32 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-26 10:40:32 +0100
commit329293e0bb0cf4008688d8c73d4b98caa7082141 (patch)
treef718ced3338ac170ce47e1ebba72ce2fdd124dcf /module/plugins/internal/Extractor.py
parentinterval code cosmetics (diff)
downloadpyload-329293e0bb0cf4008688d8c73d4b98caa7082141.tar.xz
[Extractor] Rename method 'test' to 'verify'
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r--module/plugins/internal/Extractor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py
index ec6a4e175..159b65ffe 100644
--- a/module/plugins/internal/Extractor.py
+++ b/module/plugins/internal/Extractor.py
@@ -20,7 +20,7 @@ class PasswordError(Exception):
class Extractor:
__name__ = "Extractor"
- __version__ = "0.23"
+ __version__ = "0.24"
__description__ = """Base extractor plugin"""
__license__ = "GPLv3"
@@ -109,7 +109,7 @@ class Extractor:
"""
raise NotImplementedError
- def test(self):
+ def verify(self):
"""Testing with Extractors buildt-in method
Raises error if password is needed, integrity is questionable or else.