diff options
Diffstat (limited to 'pyload/plugins/crypter/LofCc.py')
-rw-r--r-- | pyload/plugins/crypter/LofCc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LofCc.py b/pyload/plugins/crypter/LofCc.py index 1f0113d55..b85c6f91d 100644 --- a/pyload/plugins/crypter/LofCc.py +++ b/pyload/plugins/crypter/LofCc.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadCrypter import DeadCrypter class LofCc(DeadCrypter): __name__ = "LofCc" __type__ = "crypter" - __pattern__ = r"http://lof.cc/(.*)" + __pattern__ = r"http://(?:www\.)?lof.cc/(.*)" __version__ = "0.21" __description__ = """Lof.cc decrypter plugin""" __author_name__ = "mkaay" |