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.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/module/plugins/hoster/FreevideoCz.py b/module/plugins/hoster/FreevideoCz.py
deleted file mode 100644
index f47c07c7e..000000000
--- a/module/plugins/hoster/FreevideoCz.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
-
-
-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")]
-
-
-getInfo = create_getInfo(FreevideoCz) \ No newline at end of file