diff options
author | 2015-03-01 00:33:21 +0100 | |
---|---|---|
committer | 2015-03-01 00:33:21 +0100 | |
commit | 93eb54614d512396a5505cb9bdea4e201920b434 (patch) | |
tree | 04111173af5a201d5a499bc23a1558c734ad9611 /module/plugins/internal/Extractor.py | |
parent | [NowDownloadSx][NowVideoSx] Improve __pattern__ (diff) | |
download | pyload-93eb54614d512396a5505cb9bdea4e201920b434.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r-- | module/plugins/internal/Extractor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py index 8bf1875cf..ee62ebcb7 100644 --- a/module/plugins/internal/Extractor.py +++ b/module/plugins/internal/Extractor.py @@ -99,11 +99,11 @@ class Extractor: :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 |