# -*- coding: utf-8 -*- import re from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class SizedriveCom(SimpleHoster): __name__ = "SizedriveCom" __type__ = "hoster" __version__ = "0.05" __status__ = "testing" __pattern__ = r'http://(?:www\.)?sizedrive\.com/[rd]/(?P\w+)' __config__ = [("activated" , "bool", "Activated" , True), ("use_premium" , "bool", "Use premium account if available" , True), ("fallback" , "bool", "Fallback to free download if premium fails" , True), ("chk_filesize", "bool", "Check file size" , True), ("max_wait" , "int" , "Reconnect if waiting time is greater than minutes", 10 )] __description__ = """Sizedrive.com hoster plugin""" __license__ = "GPLv3" __authors__ = [("GammaC0de", None)] NAME_PATTERN = r'>Nome: (?P.+?)<' SIZE_PATTERN = r'>Tamanho:(?P[\d.,]+) (?P[\w^_]+)' OFFLINE_PATTERN = r'ARQUIVO DELATADO POR' def setup(self): self.resume_download = False self.multiDL = False self.chunk_limit = 1 def handle_free(self, pyfile): self.wait(5) self.data = self.load("http://www.sizedrive.com/getdownload.php", post={'id': self.info['pattern']['ID']}) m = re.search(r'