diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-28 01:05:59 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-28 01:05:59 +0100 |
commit | 0c61cbb03493b15970a5ccb9a5e20b02b3884a4e (patch) | |
tree | a9ec5c5c31c3490fb27ea5d8f8f1556210d8cbd5 /module/plugins/internal/SimpleCrypter.py | |
parent | [MultiHoster] Filename recognition (diff) | |
download | pyload-0c61cbb03493b15970a5ccb9a5e20b02b3884a4e.tar.xz |
[SimpleHoster] Improve
Diffstat (limited to 'module/plugins/internal/SimpleCrypter.py')
-rw-r--r-- | module/plugins/internal/SimpleCrypter.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py index 51ba07eb7..566252245 100644 --- a/module/plugins/internal/SimpleCrypter.py +++ b/module/plugins/internal/SimpleCrypter.py @@ -103,10 +103,6 @@ class SimpleCrypter(Crypter, SimpleHoster): self.prepare() self.preload() - - if self.html is None: - self.fail(_("No html retrieved")) - self.checkInfo() self.links = self.getLinks() |