diff options
author | 2015-03-26 12:44:15 +0100 | |
---|---|---|
committer | 2015-03-26 12:44:15 +0100 | |
commit | ce103ce1e60661f7bcdf6a033335134de61d48b1 (patch) | |
tree | 29b9421062cc8341dc10b6ca65e9a64802c3db71 /pyload/plugin/crypter/FiredriveCom.py | |
parent | .min.css -> .css (diff) | |
download | pyload-ce103ce1e60661f7bcdf6a033335134de61d48b1.tar.xz |
Prepare to merging
Diffstat (limited to 'pyload/plugin/crypter/FiredriveCom.py')
-rw-r--r-- | pyload/plugin/crypter/FiredriveCom.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugin/crypter/FiredriveCom.py b/pyload/plugin/crypter/FiredriveCom.py index be3a9ebdb..e258ed42f 100644 --- a/pyload/plugin/crypter/FiredriveCom.py +++ b/pyload/plugin/crypter/FiredriveCom.py @@ -4,13 +4,13 @@ from pyload.plugin.internal.DeadCrypter import DeadCrypter class FiredriveCom(DeadCrypter): - __name = "FiredriveCom" - __type = "crypter" - __version = "0.03" + __name__ = "FiredriveCom" + __type__ = "crypter" + __version__ = "0.03" - __pattern = r'https?://(?:www\.)?(firedrive|putlocker)\.com/share/.+' - __config = [] + __pattern__ = r'https?://(?:www\.)?(firedrive|putlocker)\.com/share/.+' + __config__ = [] - __description = """Firedrive.com folder decrypter plugin""" - __license = "GPLv3" - __authors = [("Walter Purcaro", "vuolter@gmail.com")] + __description__ = """Firedrive.com folder decrypter plugin""" + __license__ = "GPLv3" + __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] |