summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-02 11:44:44 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-02 11:44:44 +0200
commitb7951b9e02761160706ee6fbfe20d8ac9cd0395e (patch)
tree9cb251ccd0f358fc698be8ebe455c122534ea002 /module/plugins/internal/SimpleCrypter.py
parentSpare fixes (diff)
parentfix #1921 (diff)
downloadpyload-b7951b9e02761160706ee6fbfe20d8ac9cd0395e.tar.xz
Merge pull request #1933 from jansohn/stable
fix #1921
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 20e91ac1e..a6feb8fbe 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -157,7 +157,7 @@ class SimpleCrypter(Crypter, SimpleHoster):
return re.findall(self.LINK_PATTERN, self.html)
- def load_page(self, number)
+ def load_page(self, number):
raise NotImplementedError