summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/SpeedfileCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/SpeedfileCz.py')
-rw-r--r--pyload/plugin/hoster/SpeedfileCz.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugin/hoster/SpeedfileCz.py b/pyload/plugin/hoster/SpeedfileCz.py
deleted file mode 100644
index f17aa6a59..000000000
--- a/pyload/plugin/hoster/SpeedfileCz.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugin.internal.DeadHoster import DeadHoster, create_getInfo
-
-
-class SpeedfileCz(DeadHoster):
- __name__ = "SpeedFileCz"
- __type__ = "hoster"
- __version__ = "0.32"
-
- __pattern__ = r'http://(?:www\.)?speedfile\.cz/.*'
-
- __description__ = """Speedfile.cz hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
-
-
-getInfo = create_getInfo(SpeedfileCz)