summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/FshareVn.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/FshareVn.py')
-rw-r--r--pyload/plugin/crypter/FshareVn.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyload/plugin/crypter/FshareVn.py b/pyload/plugin/crypter/FshareVn.py
index 700f87ba4..31523d78f 100644
--- a/pyload/plugin/crypter/FshareVn.py
+++ b/pyload/plugin/crypter/FshareVn.py
@@ -9,8 +9,9 @@ class FshareVn(SimpleCrypter):
__version__ = "0.01"
__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)]
+ __config__ = [("use_premium" , "bool", "Use premium account if available" , True),
+ ("use_subfolder" , "bool", "Save package to subfolder" , True),
+ ("subfolder_per_pack", "bool", "Create a subfolder for each package", True)]
__description__ = """Fshare.vn folder decrypter plugin"""
__license__ = "GPLv3"