summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/LixIn.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-08 06:08:01 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-08 06:08:01 +0200
commit0e1ef9bc01579328e17e79416fa3c1c7b77adcc8 (patch)
tree7254ea66d7efee78ececda3ab3eeeb6548b22bca /module/plugins/crypter/LixIn.py
parentMove base plugins to internal folder (diff)
downloadpyload-0e1ef9bc01579328e17e79416fa3c1c7b77adcc8.tar.xz
Update everything
Diffstat (limited to 'module/plugins/crypter/LixIn.py')
-rw-r--r--module/plugins/crypter/LixIn.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/LixIn.py b/module/plugins/crypter/LixIn.py
index 5c77eae5e..a4bd9df1e 100644
--- a/module/plugins/crypter/LixIn.py
+++ b/module/plugins/crypter/LixIn.py
@@ -3,13 +3,13 @@
import re
import urlparse
-from module.plugins.Crypter import Crypter
+from module.plugins.internal.Crypter import Crypter
class LixIn(Crypter):
__name__ = "LixIn"
__type__ = "crypter"
- __version__ = "0.22"
+ __version__ = "0.23"
__pattern__ = r'http://(?:www\.)?lix\.in/(?P<ID>.+)'
__config__ = [("use_subfolder" , "bool", "Save package to subfolder" , True),