summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/FileshareInUa.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/FileshareInUa.py')
-rw-r--r--pyload/plugin/hoster/FileshareInUa.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugin/hoster/FileshareInUa.py b/pyload/plugin/hoster/FileshareInUa.py
deleted file mode 100644
index 5f5089e54..000000000
--- a/pyload/plugin/hoster/FileshareInUa.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugin.internal.DeadHoster import DeadHoster, create_getInfo
-
-
-class FileshareInUa(DeadHoster):
- __name__ = "FileshareInUa"
- __type__ = "hoster"
- __version__ = "0.02"
-
- __pattern__ = r'https?://(?:www\.)?fileshare\.in\.ua/\w{7}'
-
- __description__ = """Fileshare.in.ua hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("fwannmacher", "felipe@warhammerproject.com")]
-
-
-getInfo = create_getInfo(FileshareInUa)