diff options
Diffstat (limited to 'pyload/plugin/hoster/FreevideoCz.py')
-rw-r--r-- | pyload/plugin/hoster/FreevideoCz.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/FreevideoCz.py b/pyload/plugin/hoster/FreevideoCz.py index 5994cfca9..86c30e64c 100644 --- a/pyload/plugin/hoster/FreevideoCz.py +++ b/pyload/plugin/hoster/FreevideoCz.py @@ -4,15 +4,15 @@ from pyload.plugin.internal.DeadHoster import DeadHoster, create_getInfo class FreevideoCz(DeadHoster): - __name = "FreevideoCz" - __type = "hoster" - __version = "0.30" + __name__ = "FreevideoCz" + __type__ = "hoster" + __version__ = "0.30" - __pattern = r'http://(?:www\.)?freevideo\.cz/vase-videa/.+' + __pattern__ = r'http://(?:www\.)?freevideo\.cz/vase-videa/.+' - __description = """Freevideo.cz hoster plugin""" - __license = "GPLv3" - __authors = [("zoidberg", "zoidberg@mujmail.cz")] + __description__ = """Freevideo.cz hoster plugin""" + __license__ = "GPLv3" + __authors__ = [("zoidberg", "zoidberg@mujmail.cz")] getInfo = create_getInfo(FreevideoCz)
\ No newline at end of file |