summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FshareVnFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FshareVnFolder.py')
-rw-r--r--module/plugins/crypter/FshareVnFolder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/FshareVnFolder.py b/module/plugins/crypter/FshareVnFolder.py
index 5976ff6d5..1aa8bb3ea 100644
--- a/module/plugins/crypter/FshareVnFolder.py
+++ b/module/plugins/crypter/FshareVnFolder.py
@@ -11,7 +11,7 @@ class FshareVnFolder(SimpleCrypter):
__pattern__ = r'http://(?:www\.)?fshare.vn/folder/.*'
__description__ = """Fshare.vn folder decrypter plugin"""
- __author_name__ = "zoidberg"
- __author_mail__ = "zoidberg@mujmail.cz"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+
LINK_PATTERN = r'<li class="w_80pc"><a href="([^"]+)" target="_blank">'