summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2013-11-23 18:05:46 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2013-11-23 18:06:02 +0100
commitd9ebc9ebf02d4315d105ce05d323adbeba0fad61 (patch)
tree57f5cbee1a82e6071a4db4bd545786759a0f6eb9 /module/plugins/internal/SimpleCrypter.py
parentCrypter: EasybytezComFolder: Fixed bad url processing (result in SimpleCrypte... (diff)
downloadpyload-d9ebc9ebf02d4315d105ce05d323adbeba0fad61.tar.xz
Crypter: EasybytezComFolder: Fixed (thx stickell)
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 d0b36bb6c..78c7158bf 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -53,7 +53,7 @@ class SimpleCrypter(Crypter):
must return the html of the page number 'page_n'
"""
- FILE_SIZE_REPLACEMENTS = []
+ FILE_URL_REPLACEMENTS = []
def decrypt(self, pyfile):
pyfile.url = replace_patterns(pyfile.url, self.FILE_URL_REPLACEMENTS)