summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/PotloadCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/PotloadCom.py')
-rw-r--r--module/plugins/hoster/PotloadCom.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hoster/PotloadCom.py b/module/plugins/hoster/PotloadCom.py
index d9314dffb..d6261af3a 100644
--- a/module/plugins/hoster/PotloadCom.py
+++ b/module/plugins/hoster/PotloadCom.py
@@ -4,15 +4,15 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
class PotloadCom(DeadHoster):
- __name__ = "PotloadCom"
- __type__ = "hoster"
+ __name__ = "PotloadCom"
+ __type__ = "hoster"
__version__ = "0.02"
__pattern__ = r'http://(?:www\.)?potload\.com/\w{12}'
__description__ = """Potload.com hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("stickell", "l.stickell@yahoo.it")]
+ __license__ = "GPLv3"
+ __authors__ = [("stickell", "l.stickell@yahoo.it")]
getInfo = create_getInfo(PotloadCom)