summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FiletramCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FiletramCom.py')
-rw-r--r--pyload/plugins/crypter/FiletramCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/FiletramCom.py b/pyload/plugins/crypter/FiletramCom.py
index 4ea13a01f..8cdf32ad5 100644
--- a/pyload/plugins/crypter/FiletramCom.py
+++ b/pyload/plugins/crypter/FiletramCom.py
@@ -20,7 +20,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter
class FiletramCom(SimpleCrypter):
__name__ = "FiletramCom"
__type__ = "crypter"
- __pattern__ = r"http://(?:www\.)?filetram.com/[^/]+/.+"
+ __pattern__ = r'http://(?:www\.)?filetram.com/[^/]+/.+'
__version__ = "0.01"
__description__ = """Filetram.com decrypter plugin"""
__author_name__ = ("igel", "stickell")