diff options
Diffstat (limited to 'module/plugins/crypter/ILoadTo.py')
-rw-r--r-- | module/plugins/crypter/ILoadTo.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/module/plugins/crypter/ILoadTo.py b/module/plugins/crypter/ILoadTo.py deleted file mode 100644 index 3a388d41f..000000000 --- a/module/plugins/crypter/ILoadTo.py +++ /dev/null @@ -1,13 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.DeadCrypter import DeadCrypter - - -class ILoadTo(DeadCrypter): - __name__ = "ILoadTo" - __type__ = "crypter" - __pattern__ = r'http://(?:www\.)?iload\.to/go/\d+-[\w\.-]+/' - __version__ = "0.11" - __description__ = """Iload.to decrypter plugin""" - __author_name__ = "hzpz" - __author_mail__ = "" |