summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-29 23:56:53 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-29 23:56:53 +0200
commit16c5cd10dfae5969cc6e61519a3d2e21efcf6496 (patch)
tree23fcd4b5fbdcf5b3bc1bbc1d0fd80ef0d2a61a04 /module/plugins/internal
parentSpare plugin updates (diff)
parentfix #1765 (diff)
downloadpyload-16c5cd10dfae5969cc6e61519a3d2e21efcf6496.tar.xz
Merge pull request #1774 from GammaC0de/patch-2
[SimpleCrypter] [MultiUpOrg] fix #1765
Diffstat (limited to 'module/plugins/internal')
-rw-r--r--module/plugins/internal/SimpleCrypter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py
index 6a3f91a5b..9597116cc 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -10,7 +10,7 @@ from module.utils import fixup, html_unescape
class SimpleCrypter(Crypter, SimpleHoster):
__name__ = "SimpleCrypter"
__type__ = "crypter"
- __version__ = "0.60"
+ __version__ = "0.61"
__status__ = "testing"
__pattern__ = r'^unmatchable$'
@@ -91,6 +91,7 @@ class SimpleCrypter(Crypter, SimpleHoster):
def decrypt(self, pyfile):
+ self.links = [] #@TODO: Recheck in 0.4.10
self.prepare()
self.check_info() #@TODO: Remove in 0.4.10