summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/DdlstorageCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/DdlstorageCom.py')
-rw-r--r--module/plugins/hoster/DdlstorageCom.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/module/plugins/hoster/DdlstorageCom.py b/module/plugins/hoster/DdlstorageCom.py
deleted file mode 100644
index 5eaebf1d1..000000000
--- a/module/plugins/hoster/DdlstorageCom.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo
-
-
-class DdlstorageCom(XFileSharingPro):
- __name__ = "DdlstorageCom"
- __type__ = "hoster"
- __pattern__ = r"http://(?:\w*\.)*?ddlstorage.com/\w{12}"
- __version__ = "0.07"
- __description__ = """DDLStorage.com hoster plugin"""
- __author_name__ = ("zoidberg", "stickell")
- __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it")
-
- FILE_INFO_PATTERN = r'<p class="sub_title"[^>]*>(?P<N>.+) \((?P<S>[^)]+)\)</p>'
- HOSTER_NAME = "ddlstorage.com"
-
-
-getInfo = create_getInfo(DdlstorageCom) \ No newline at end of file