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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FshareVnFolder.py b/module/plugins/crypter/FshareVnFolder.py
index f7c59050c..46375a6ae 100644
--- a/module/plugins/crypter/FshareVnFolder.py
+++ b/module/plugins/crypter/FshareVnFolder.py
@@ -8,7 +8,7 @@ class FshareVnFolder(SimpleCrypter):
__type__ = "crypter"
__version__ = "0.01"
- __pattern__ = r'http://(?:www\.)?fshare.vn/folder/.*'
+ __pattern__ = r'http://(?:www\.)?fshare\.vn/folder/.*'
__description__ = """Fshare.vn folder decrypter plugin"""
__license__ = "GPLv3"