summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/SpeedLoadOrg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/SpeedLoadOrg.py')
-rw-r--r--pyload/plugin/hoster/SpeedLoadOrg.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/SpeedLoadOrg.py b/pyload/plugin/hoster/SpeedLoadOrg.py
index a20f87902..02d58ae2e 100644
--- a/pyload/plugin/hoster/SpeedLoadOrg.py
+++ b/pyload/plugin/hoster/SpeedLoadOrg.py
@@ -4,12 +4,12 @@ from pyload.plugin.internal.DeadHoster import DeadHoster
class SpeedLoadOrg(DeadHoster):
- __name__ = "SpeedLoadOrg"
- __type__ = "hoster"
- __version__ = "1.02"
+ __name = "SpeedLoadOrg"
+ __type = "hoster"
+ __version = "1.02"
- __pattern__ = r'http://(?:www\.)?speedload\.org/(?P<ID>\w+)'
+ __pattern = r'http://(?:www\.)?speedload\.org/(?P<ID>\w+)'
- __description__ = """Speedload.org hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("stickell", "l.stickell@yahoo.it")]
+ __description = """Speedload.org hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("stickell", "l.stickell@yahoo.it")]