summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/SharingmatrixCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/SharingmatrixCom.py')
-rw-r--r--pyload/plugins/hoster/SharingmatrixCom.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugins/hoster/SharingmatrixCom.py b/pyload/plugins/hoster/SharingmatrixCom.py
deleted file mode 100644
index 9642542c8..000000000
--- a/pyload/plugins/hoster/SharingmatrixCom.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.internal.DeadHoster import DeadHoster, create_getInfo
-
-
-class SharingmatrixCom(DeadHoster):
- __name = "SharingmatrixCom"
- __type = "hoster"
- __version = "0.01"
-
- __pattern = r'http://(?:www\.)?sharingmatrix\.com/file/\w+'
-
- __description = """Sharingmatrix.com hoster plugin"""
- __license = "GPLv3"
- __authors = [("jeix", "jeix@hasnomail.de"),
- ("paulking", "")]
-
-
-getInfo = create_getInfo(SharingmatrixCom)