diff options
Diffstat (limited to 'pyload/plugins/crypter/StealthTo.py')
-rw-r--r-- | pyload/plugins/crypter/StealthTo.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugins/crypter/StealthTo.py b/pyload/plugins/crypter/StealthTo.py deleted file mode 100644 index 1fdf1fd3b..000000000 --- a/pyload/plugins/crypter/StealthTo.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo - - -class StealthTo(DeadCrypter): - __name = "StealthTo" - __type = "crypter" - __version = "0.20" - - __pattern = r'http://(?:www\.)?stealth\.to/folder/.+' - __config = [] - - __description = """Stealth.to decrypter plugin""" - __license = "GPLv3" - __authors = [("spoob", "spoob@pyload.org")] - - -getInfo = create_getInfo(StealthTo) |