summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/LinkSaveIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/LinkSaveIn.py')
-rw-r--r--pyload/plugin/crypter/LinkSaveIn.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/pyload/plugin/crypter/LinkSaveIn.py b/pyload/plugin/crypter/LinkSaveIn.py
new file mode 100644
index 000000000..8c6f0b001
--- /dev/null
+++ b/pyload/plugin/crypter/LinkSaveIn.py
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.SimpleDereferer import SimpleDereferer
+
+
+class LinkSaveIn(SimpleDereferer):
+ __name = "LinkSaveIn"
+ __type = "crypter"
+ __version = "2.03"
+
+ __pattern = r'https?://(?:www\.)?linksave\.in/\w+'
+ __config = [("use_subfolder" , "bool", "Save package to subfolder" , True),
+ ("subfolder_per_pack", "bool", "Create a subfolder for each package", True)]
+
+ __description = """LinkSave.in decrypter plugin"""
+ __license = "GPLv3"
+ __authors = [("Walter Purcaro", "vuolter@gmail.com")]
+
+
+ COOKIES = [("linksave.in", "Linksave_Language", "english")]
+
+ OFFLINE_PATTERN = r'>(Error )?404 -'