diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-03-26 12:44:15 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-03-26 12:44:15 +0100 |
commit | ce103ce1e60661f7bcdf6a033335134de61d48b1 (patch) | |
tree | 29b9421062cc8341dc10b6ca65e9a64802c3db71 /pyload/plugin/crypter/ILoadTo.py | |
parent | .min.css -> .css (diff) | |
download | pyload-ce103ce1e60661f7bcdf6a033335134de61d48b1.tar.xz |
Prepare to merging
Diffstat (limited to 'pyload/plugin/crypter/ILoadTo.py')
-rw-r--r-- | pyload/plugin/crypter/ILoadTo.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugin/crypter/ILoadTo.py b/pyload/plugin/crypter/ILoadTo.py index e00a88743..f333e262f 100644 --- a/pyload/plugin/crypter/ILoadTo.py +++ b/pyload/plugin/crypter/ILoadTo.py @@ -4,13 +4,13 @@ from pyload.plugin.internal.DeadCrypter import DeadCrypter class ILoadTo(DeadCrypter): - __name = "ILoadTo" - __type = "crypter" - __version = "0.11" + __name__ = "ILoadTo" + __type__ = "crypter" + __version__ = "0.11" - __pattern = r'http://(?:www\.)?iload\.to/go/\d+-[\w.-]+/' - __config = [] + __pattern__ = r'http://(?:www\.)?iload\.to/go/\d+-[\w.-]+/' + __config__ = [] - __description = """Iload.to decrypter plugin""" - __license = "GPLv3" - __authors = [("hzpz", "")] + __description__ = """Iload.to decrypter plugin""" + __license__ = "GPLv3" + __authors__ = [("hzpz", "")] |