summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/CzshareComFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/CzshareComFolder.py')
-rw-r--r--pyload/plugins/crypter/CzshareComFolder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/CzshareComFolder.py b/pyload/plugins/crypter/CzshareComFolder.py
index 761c9e2bc..37b83f4c3 100644
--- a/pyload/plugins/crypter/CzshareComFolder.py
+++ b/pyload/plugins/crypter/CzshareComFolder.py
@@ -7,7 +7,7 @@ from module.plugins.Crypter import Crypter
class CzshareComFolder(Crypter):
__name__ = "CzshareComFolder"
__type__ = "crypter"
- __pattern__ = r"http://(?:www\.)?czshare\.(com|cz)/folders/.*"
+ __pattern__ = r'http://(?:www\.)?czshare\.(com|cz)/folders/.*'
__version__ = "0.1"
__description__ = """Czshare.com folder decrypter plugin"""
__author_name__ = "zoidberg"