# -*- coding: utf-8 -*- from module.plugins.internal.Account import Account class UptoboxCom(Account): __name__ = "UptoboxCom" __type__ = "account" __version__ = "0.11" __status__ = "testing" __description__ = """Uptobox.com account plugin""" __license__ = "GPLv3" __authors__ = [("benbox69", "dev@tollet.me")] HOSTER_DOMAIN = "uptobox.com" HOSTER_URL = "https://uptobox.com/" LOGIN_URL = "https://login.uptobox.com/logarithme/"