diff options
Diffstat (limited to 'module/plugins/hoster/PutdriveCom.py')
-rw-r--r-- | module/plugins/hoster/PutdriveCom.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/module/plugins/hoster/PutdriveCom.py b/module/plugins/hoster/PutdriveCom.py deleted file mode 100644 index 7f4b7b6cc..000000000 --- a/module/plugins/hoster/PutdriveCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.hoster.ZeveraCom import ZeveraCom - - -class PutdriveCom(ZeveraCom): - __name__ = "PutdriveCom" - __type__ = "hoster" - __version__ = "0.02" - - __pattern__ = r'https?://(?:www\.)putdrive\.com/(getFiles\.ashx|Members/download\.ashx)\?.*ourl=.+' - - __description__ = """Multihosters.com multi-hoster plugin""" - __license__ = "GPLv3" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] |