diff options
Diffstat (limited to 'pyload/plugins/crypter/BitshareComFolder.py')
-rw-r--r-- | pyload/plugins/crypter/BitshareComFolder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/BitshareComFolder.py b/pyload/plugins/crypter/BitshareComFolder.py index a4488d010..7139c26a6 100644 --- a/pyload/plugins/crypter/BitshareComFolder.py +++ b/pyload/plugins/crypter/BitshareComFolder.py @@ -20,7 +20,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter class BitshareComFolder(SimpleCrypter): __name__ = "BitshareComFolder" __type__ = "crypter" - __pattern__ = r"http://(?:www\.)?bitshare\.com/\?d=\w+" + __pattern__ = r'http://(?:www\.)?bitshare\.com/\?d=\w+' __version__ = "0.01" __description__ = """Bitshare.com folder decrypter plugin""" __author_name__ = "stickell" |