From b374213e3fe9b6573a4fc4146480724ac2c56f2e Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Mon, 19 Nov 2012 21:05:07 +0100 Subject: Update hellshare.cz, add boltsharing.com --- module/plugins/hoster/BoltsharingCom.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 module/plugins/hoster/BoltsharingCom.py (limited to 'module/plugins/hoster/BoltsharingCom.py') diff --git a/module/plugins/hoster/BoltsharingCom.py b/module/plugins/hoster/BoltsharingCom.py new file mode 100644 index 000000000..2f42c8b23 --- /dev/null +++ b/module/plugins/hoster/BoltsharingCom.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- +from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo + +class BoltsharingCom(XFileSharingPro): + __name__ = "BoltsharingCom" + __type__ = "hoster" + __pattern__ = r"http://(?:\w*\.)*?boltsharing.com/\w{12}" + __version__ = "0.01" + __description__ = """Boltsharing.com hoster plugin""" + __author_name__ = ("zoidberg") + __author_mail__ = ("zoidberg@mujmail.cz") + + HOSTER_NAME = "boltsharing.com" + +getInfo = create_getInfo(BoltsharingCom) -- cgit v1.2.3