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 2d7a3c490..77217ff54 100644
--- a/module/plugins/crypter/FshareVnFolder.py
+++ b/module/plugins/crypter/FshareVnFolder.py
@@ -9,7 +9,7 @@ class FshareVnFolder(SimpleCrypter):
__pattern__ = r"http://(www\.)?fshare.vn/folder/.*"
__version__ = "0.01"
__description__ = """Fshare.vn Folder Plugin"""
- __author_name__ = ("zoidberg")
- __author_mail__ = ("zoidberg@mujmail.cz")
+ __author_name__ = "zoidberg"
+ __author_mail__ = "zoidberg@mujmail.cz"
LINK_PATTERN = r'<li class="w_80pc"><a href="([^"]+)" target="_blank">'