summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FreevideoCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FreevideoCz.py')
-rw-r--r--module/plugins/hoster/FreevideoCz.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/module/plugins/hoster/FreevideoCz.py b/module/plugins/hoster/FreevideoCz.py
index 0945f173a..e56d1a299 100644
--- a/module/plugins/hoster/FreevideoCz.py
+++ b/module/plugins/hoster/FreevideoCz.py
@@ -4,15 +4,15 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
class FreevideoCz(DeadHoster):
- __name__ = "FreevideoCz"
- __version__ = "0.3"
- __type__ = "hoster"
+ __name__ = "FreevideoCz"
+ __type__ = "hoster"
+ __version__ = "0.30"
__pattern__ = r'http://(?:www\.)?freevideo\.cz/vase-videa/.+'
__description__ = """Freevideo.cz hoster plugin"""
- __author_name__ = "zoidberg"
- __author_mail__ = "zoidberg@mujmail.cz"
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
getInfo = create_getInfo(FreevideoCz) \ No newline at end of file