summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/FreevideoCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/FreevideoCz.py')
-rw-r--r--pyload/plugin/hoster/FreevideoCz.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/FreevideoCz.py b/pyload/plugin/hoster/FreevideoCz.py
new file mode 100644
index 000000000..f616097f2
--- /dev/null
+++ b/pyload/plugin/hoster/FreevideoCz.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.DeadHoster import DeadHoster
+
+
+class FreevideoCz(DeadHoster):
+ __name = "FreevideoCz"
+ __type = "hoster"
+ __version = "0.30"
+
+ __pattern = r'http://(?:www\.)?freevideo\.cz/vase-videa/.+'
+ __config = []
+
+ __description = """Freevideo.cz hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("zoidberg", "zoidberg@mujmail.cz")]