diff options
Diffstat (limited to 'pyload/plugins/crypter/Movie2kTo.py')
| -rw-r--r-- | pyload/plugins/crypter/Movie2kTo.py | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/pyload/plugins/crypter/Movie2kTo.py b/pyload/plugins/crypter/Movie2kTo.py new file mode 100644 index 000000000..b6a554758 --- /dev/null +++ b/pyload/plugins/crypter/Movie2kTo.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- + +from pyload.plugins.internal.DeadCrypter import DeadCrypter + + +class Movie2kTo(DeadCrypter): +    __name__ = "Movie2kTo" +    __type__ = "crypter" +    __version__ = "0.51" + +    __pattern__ = r'http://(?:www\.)?movie2k\.to/(.*)\.html' + +    __description__ = """Movie2k.to decrypter plugin""" +    __author_name__ = "4Christopher" +    __author_mail__ = "4Christopher@gmx.de" | 
