diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-03-01 00:44:13 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-03-01 00:44:13 +0100 |
commit | 8e43000bfe0846c2dc9e06baeef2977fcb9f5084 (patch) | |
tree | 9ccb1fbb08875dde2a30e86e5b221ca8b7d7da48 /pyload/plugin/Extractor.py | |
parent | safe_join -> fs_join (diff) | |
download | pyload-8e43000bfe0846c2dc9e06baeef2977fcb9f5084.tar.xz |
.min.css -> .css
Diffstat (limited to 'pyload/plugin/Extractor.py')
-rw-r--r-- | pyload/plugin/Extractor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugin/Extractor.py b/pyload/plugin/Extractor.py index b1188fe13..01429570a 100644 --- a/pyload/plugin/Extractor.py +++ b/pyload/plugin/Extractor.py @@ -101,11 +101,11 @@ class Extractor(Base): :raises ArchiveError """ raise NotImplementedError - + def test(self): """Testing with Extractors buildt-in method Raises error if password is needed, integrity is questionable or else. - + :raises PasswordError :raises CRCError :raises ArchiveError |