summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/HellspyCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/HellspyCz.py')
-rw-r--r--pyload/plugin/hoster/HellspyCz.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/HellspyCz.py b/pyload/plugin/hoster/HellspyCz.py
index 2e0c63d1a..984af3c4e 100644
--- a/pyload/plugin/hoster/HellspyCz.py
+++ b/pyload/plugin/hoster/HellspyCz.py
@@ -4,15 +4,15 @@ from pyload.plugin.internal.DeadHoster import DeadHoster, create_getInfo
class HellspyCz(DeadHoster):
- __name = "HellspyCz"
- __type = "hoster"
- __version = "0.28"
+ __name__ = "HellspyCz"
+ __type__ = "hoster"
+ __version__ = "0.28"
- __pattern = r'http://(?:www\.)?(?:hellspy\.(?:cz|com|sk|hu|pl)|sciagaj\.pl)(/\S+/\d+)/?.*'
+ __pattern__ = r'http://(?:www\.)?(?:hellspy\.(?:cz|com|sk|hu|pl)|sciagaj\.pl)(/\S+/\d+)/?.*'
- __description = """HellSpy.cz hoster plugin"""
- __license = "GPLv3"
- __authors = [("zoidberg", "zoidberg@mujmail.cz")]
+ __description__ = """HellSpy.cz hoster plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
getInfo = create_getInfo(HellspyCz)