summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FreetexthostCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FreetexthostCom.py')
-rw-r--r--module/plugins/crypter/FreetexthostCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FreetexthostCom.py b/module/plugins/crypter/FreetexthostCom.py
index e32d57e99..50fdaec43 100644
--- a/module/plugins/crypter/FreetexthostCom.py
+++ b/module/plugins/crypter/FreetexthostCom.py
@@ -22,7 +22,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter
class FreetexthostCom(SimpleCrypter):
__name__ = "FreetexthostCom"
__type__ = "crypter"
- __pattern__ = r"http://(?:w{3}.)?freetexthost\.com/\w+"
+ __pattern__ = r"http://(?:www\.)?freetexthost\.com/\w+"
__version__ = "0.01"
__description__ = """Freetexthost.com decrypter plugin"""
__author_name__ = "stickell"