summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-22 03:01:08 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-22 03:01:08 +0200
commit28e340d990bfb33d4e3cacda95145761abffc462 (patch)
tree96b2cd4202fc65985488d1f21f0b5e76cfae1fa3 /module/plugins/internal/SimpleCrypter.py
parent[MultiHoster] Fix get_info (diff)
downloadpyload-28e340d990bfb33d4e3cacda95145761abffc462.tar.xz
Spare code cosmetics
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 bdd58da1b..a404e47f6 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -11,7 +11,7 @@ from module.plugins.internal.utils import replace_patterns, set_cookie, set_cook
class SimpleCrypter(Crypter):
__name__ = "SimpleCrypter"
__type__ = "crypter"
- __version__ = "0.75"
+ __version__ = "0.76"
__status__ = "testing"
__pattern__ = r'^unmatchable$'