summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/Movie2kTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/Movie2kTo.py')
-rw-r--r--module/plugins/crypter/Movie2kTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/Movie2kTo.py b/module/plugins/crypter/Movie2kTo.py
index 0be7eb7eb..7d71950fd 100644
--- a/module/plugins/crypter/Movie2kTo.py
+++ b/module/plugins/crypter/Movie2kTo.py
@@ -8,7 +8,7 @@ class Movie2kTo(DeadCrypter):
__type__ = "crypter"
__version__ = "0.51"
- __pattern__ = r'http://(?:www\.)?movie2k\.to/(.*)\.html'
+ __pattern__ = r'http://(?:www\.)?movie2k\.to/(.+)\.html'
__config__ = []
__description__ = """Movie2k.to decrypter plugin"""