summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FshareVnFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FshareVnFolder.py')
-rw-r--r--pyload/plugins/crypter/FshareVnFolder.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/pyload/plugins/crypter/FshareVnFolder.py b/pyload/plugins/crypter/FshareVnFolder.py
index a94071f30..0c0a79495 100644
--- a/pyload/plugins/crypter/FshareVnFolder.py
+++ b/pyload/plugins/crypter/FshareVnFolder.py
@@ -4,14 +4,17 @@ from pyload.plugins.internal.SimpleCrypter import SimpleCrypter
class FshareVnFolder(SimpleCrypter):
- __name__ = "FshareVnFolder"
- __type__ = "crypter"
+ __name__ = "FshareVnFolder"
+ __type__ = "crypter"
__version__ = "0.01"
- __pattern__ = r'http://(?:www\.)?fshare.vn/folder/.*'
+ __pattern__ = r'http://(?:www\.)?fshare\.vn/folder/.*'
+ __config__ = [("use_subfolder", "bool", "Save package to subfolder", True),
+ ("subfolder_per_package", "bool", "Create a subfolder for each package", True)]
__description__ = """Fshare.vn folder decrypter plugin"""
- __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
LINK_PATTERN = r'<li class="w_80pc"><a href="([^"]+)" target="_blank">'