# -*- coding: utf-8 -*- from module.plugins.internal.DeadHoster import DeadHoster class BitshareCom(DeadHoster): __name__ = "BitshareCom" __type__ = "hoster" __version__ = "0.61" __status__ = "testing" __pattern__ = r'http://(?:www\.)?bitshare\.com/(files/)?(?(1)|\?f=)(?P\w+)(?(1)/(?P.+?)\.html)' __config__ = [("activated" , "bool", "Activated", True)] __description__ = """Bitshare.com hoster plugin""" __license__ = "GPLv3" __authors__ = [("Paul King", None), ("fragonib", "fragonib[AT]yahoo[DOT]es")]