From 486adc1874e463b1563ad2394b216faff388b10d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 08:21:50 +0200 Subject: Prepare plugins to merging from stable --- pyload/plugin/hoster/PutdriveCom.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pyload/plugin/hoster/PutdriveCom.py') diff --git a/pyload/plugin/hoster/PutdriveCom.py b/pyload/plugin/hoster/PutdriveCom.py index 051da9473..562951e81 100644 --- a/pyload/plugin/hoster/PutdriveCom.py +++ b/pyload/plugin/hoster/PutdriveCom.py @@ -4,12 +4,12 @@ from pyload.plugin.hoster.ZeveraCom import ZeveraCom class PutdriveCom(ZeveraCom): - __name = "PutdriveCom" - __type = "hoster" - __version = "0.02" + __name__ = "PutdriveCom" + __type__ = "hoster" + __version__ = "0.02" - __pattern = r'https?://(?:www\.)putdrive\.com/(getFiles\.ashx|Members/download\.ashx)\?.*ourl=.+' + __pattern__ = r'https?://(?:www\.)putdrive\.com/(getFiles\.ashx|Members/download\.ashx)\?.*ourl=.+' - __description = """Multihosters.com multi-hoster plugin""" - __license = "GPLv3" - __authors = [("Walter Purcaro", "vuolter@gmail.com")] + __description__ = """Multihosters.com multi-hoster plugin""" + __license__ = "GPLv3" + __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] -- cgit v1.2.3