summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/FiredriveCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/FiredriveCom.py')
-rw-r--r--pyload/plugin/crypter/FiredriveCom.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugin/crypter/FiredriveCom.py b/pyload/plugin/crypter/FiredriveCom.py
index 27b81c006..bf315ad16 100644
--- a/pyload/plugin/crypter/FiredriveCom.py
+++ b/pyload/plugin/crypter/FiredriveCom.py
@@ -4,16 +4,16 @@ from pyload.plugin.internal.DeadCrypter import DeadCrypter, create_getInfo
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")]
getInfo = create_getInfo(FiredriveCom)