summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/Movie2KTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/Movie2KTo.py')
-rw-r--r--pyload/plugin/crypter/Movie2KTo.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyload/plugin/crypter/Movie2KTo.py b/pyload/plugin/crypter/Movie2KTo.py
new file mode 100644
index 000000000..f8ff4e756
--- /dev/null
+++ b/pyload/plugin/crypter/Movie2KTo.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.DeadCrypter import DeadCrypter
+
+
+class Movie2KTo(DeadCrypter):
+ __name__ = "Movie2KTo"
+ __type__ = "crypter"
+ __version__ = "0.51"
+
+ __pattern__ = r'http://(?:www\.)?movie2k\.to/(.+)\.html'
+ __config__ = []
+
+ __description__ = """Movie2k.to decrypter plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("4Christopher", "4Christopher@gmx.de")]