#!/usr/bin/env python # -*- coding: utf-8 -*- import re import urllib from module.Plugin import Plugin class DepositfilesCom(Plugin): def __init__(self, parent): Plugin.__init__(self, parent) props = {} props['name'] = "DepositfilesCom" props['type'] = "hoster" props['pattern'] = r"http://depositfiles.com/.{2,}/files/" props['version'] = "0.1" props['description'] = """Depositfiles.com Download Plugin""" props['author_name'] = ("spoob") props['author_mail'] = ("spoob@pyload.org") self.props = props self.parent = parent self.html = None self.want_reconnect = False self.multi_dl = False def download_html(self): url = self.parent.url self.html = self.req.load(url) def get_file_url(self): """ returns the absolute downloadable filepath """ if self.html == None: self.download_html() if not self.want_reconnect: file_url = urllib.unquote(re.search('