diff options
author | Walter Purcaro <vuolter@gmail.com> | 2013-11-23 18:05:46 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2013-11-23 18:06:02 +0100 |
commit | d9ebc9ebf02d4315d105ce05d323adbeba0fad61 (patch) | |
tree | 57f5cbee1a82e6071a4db4bd545786759a0f6eb9 /module/plugins/internal/SimpleCrypter.py | |
parent | Crypter: EasybytezComFolder: Fixed bad url processing (result in SimpleCrypte... (diff) | |
download | pyload-d9ebc9ebf02d4315d105ce05d323adbeba0fad61.tar.xz |
Crypter: EasybytezComFolder: Fixed (thx stickell)
Diffstat (limited to 'module/plugins/internal/SimpleCrypter.py')
-rw-r--r-- | module/plugins/internal/SimpleCrypter.py | 2 |
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) |