diff options
Diffstat (limited to 'pyload/plugins/crypter/FshareVnFolder.py')
-rw-r--r-- | pyload/plugins/crypter/FshareVnFolder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/FshareVnFolder.py b/pyload/plugins/crypter/FshareVnFolder.py index 5b4c0bfac..347236e68 100644 --- a/pyload/plugins/crypter/FshareVnFolder.py +++ b/pyload/plugins/crypter/FshareVnFolder.py @@ -6,7 +6,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter class FshareVnFolder(SimpleCrypter): __name__ = "FshareVnFolder" __type__ = "crypter" - __pattern__ = r"http://(www\.)?fshare.vn/folder/.*" + __pattern__ = r"http://(?:www\.)?fshare.vn/folder/.*" __version__ = "0.01" __description__ = """Fshare.vn folder decrypter plugin""" __author_name__ = "zoidberg" |