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.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/crypter/Movie2kTo.py b/module/plugins/crypter/Movie2kTo.py
index 991e1e1ee..dcebf5e03 100644
--- a/module/plugins/crypter/Movie2kTo.py
+++ b/module/plugins/crypter/Movie2kTo.py
@@ -5,9 +5,11 @@ from module.plugins.internal.DeadCrypter import DeadCrypter
class Movie2kTo(DeadCrypter):
__name__ = "Movie2kTo"
+ __version__ = "0.51"
__type__ = "crypter"
+
__pattern__ = r'http://(?:www\.)?movie2k\.to/(.*)\.html'
- __version__ = "0.51"
+
__description__ = """Movie2k.to decrypter plugin"""
__author_name__ = "4Christopher"
__author_mail__ = "4Christopher@gmx.de"