summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-21 23:35:58 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-21 23:35:58 +0200
commit34244c7a49b099d30456e0bd80cf26a2be3a3208 (patch)
tree306e77f19f37eb8f1af775c321c9df8de6b394c0 /module/plugins/internal/SimpleCrypter.py
parent[FastixRu] Fixup (diff)
downloadpyload-34244c7a49b099d30456e0bd80cf26a2be3a3208.tar.xz
Spare improvements and fixes (2)
Diffstat (limited to 'module/plugins/internal/SimpleCrypter.py')
-rw-r--r--module/plugins/internal/SimpleCrypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py
index d5a5ce2d7..8c5d3599d 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -137,7 +137,7 @@ class SimpleCrypter(Crypter, SimpleHoster):
try:
pages = int(re.search(self.PAGES_PATTERN, self.html).group(1))
- except Exception:
+ except AttributeError:
pages = 1
for p in xrange(2, pages + 1):