summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/IFileWs.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/IFileWs.py')
-rw-r--r--pyload/plugins/hoster/IFileWs.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugins/hoster/IFileWs.py b/pyload/plugins/hoster/IFileWs.py
deleted file mode 100644
index 223460793..000000000
--- a/pyload/plugins/hoster/IFileWs.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.internal.DeadHoster import DeadHoster, create_getInfo
-
-
-class IFileWs(DeadHoster):
- __name = "IFileWs"
- __type = "hoster"
- __version = "0.02"
-
- __pattern = r'http://(?:www\.)?ifile\.ws/\w{12}'
-
- __description = """Ifile.ws hoster plugin"""
- __license = "GPLv3"
- __authors = [("z00nx", "z00nx0@gmail.com")]
-
-
-getInfo = create_getInfo(IFileWs)