summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/DataportCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/DataportCz.py')
-rw-r--r--pyload/plugin/hoster/DataportCz.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugin/hoster/DataportCz.py b/pyload/plugin/hoster/DataportCz.py
index 889d402d9..4f659b291 100644
--- a/pyload/plugin/hoster/DataportCz.py
+++ b/pyload/plugin/hoster/DataportCz.py
@@ -4,16 +4,16 @@ from pyload.plugin.internal.SimpleHoster import SimpleHoster
class DataportCz(SimpleHoster):
- __name = "DataportCz"
- __type = "hoster"
- __version = "0.41"
+ __name__ = "DataportCz"
+ __type__ = "hoster"
+ __version__ = "0.41"
- __pattern = r'http://(?:www\.)?dataport\.cz/file/(.+)'
- __config = [("use_premium", "bool", "Use premium account if available", True)]
+ __pattern__ = r'http://(?:www\.)?dataport\.cz/file/(.+)'
+ __config__ = [("use_premium", "bool", "Use premium account if available", True)]
- __description = """Dataport.cz hoster plugin"""
- __license = "GPLv3"
- __authors = [("zoidberg", "zoidberg@mujmail.cz")]
+ __description__ = """Dataport.cz hoster plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
NAME_PATTERN = r'<span itemprop="name">(?P<N>[^<]+)</span>'