diff options
Diffstat (limited to 'pyload/plugins/hoster/DdlstorageCom.py')
-rw-r--r-- | pyload/plugins/hoster/DdlstorageCom.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugins/hoster/DdlstorageCom.py b/pyload/plugins/hoster/DdlstorageCom.py deleted file mode 100644 index e2f4c87dc..000000000 --- a/pyload/plugins/hoster/DdlstorageCom.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.internal.DeadHoster import DeadHoster, create_getInfo - - -class DdlstorageCom(DeadHoster): - __name = "DdlstorageCom" - __type = "hoster" - __version = "1.02" - - __pattern = r'https?://(?:www\.)?ddlstorage\.com/\w+' - - __description = """DDLStorage.com hoster plugin""" - __license = "GPLv3" - __authors = [("zoidberg", "zoidberg@mujmail.cz"), - ("stickell", "l.stickell@yahoo.it")] - - -getInfo = create_getInfo(DdlstorageCom) |