summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/XFSCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-04 22:08:42 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-04 22:08:42 +0200
commitf80576bd8c809932dd9f62483402ec18532699b2 (patch)
tree72d15b9a4e2ee65e2823293458d2063078b110ef /module/plugins/internal/XFSCrypter.py
parentMerge pull request #1705 from GammaC0de/patch-2 (diff)
downloadpyload-f80576bd8c809932dd9f62483402ec18532699b2.tar.xz
Some fixes (2)
Diffstat (limited to 'module/plugins/internal/XFSCrypter.py')
-rw-r--r--module/plugins/internal/XFSCrypter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSCrypter.py b/module/plugins/internal/XFSCrypter.py
index eaf295bf2..4c059d647 100644
--- a/module/plugins/internal/XFSCrypter.py
+++ b/module/plugins/internal/XFSCrypter.py
@@ -1,12 +1,13 @@
# -*- coding: utf-8 -*-
+from module.plugins.internal.Plugin import set_cookie
from module.plugins.internal.SimpleCrypter import SimpleCrypter, create_getInfo
class XFSCrypter(SimpleCrypter):
__name__ = "XFSCrypter"
__type__ = "crypter"
- __version__ = "0.12"
+ __version__ = "0.13"
__status__ = "testing"
__pattern__ = r'^unmatchable$'