#!/usr/bin/env python # -*- coding: utf-8 -*- import re from Plugin import Plugin class FourChan(Plugin): def __init__(self, parent): Plugin.__init__(self, parent) props = {} props['name'] = "FourChan" props['type'] = "container" props['pattern'] = r"http://(www\.)?(img\.)?(zip\.)?4chan.org/\w+/res/" props['version'] = "0.1" props['description'] = """4chan.org Thread Download Plugin""" props['author_name'] = ("Spoob") props['author_mail'] = ("Spoob@pyload.org") self.props = props self.parent = parent print True self.html = None def file_exists(self): """ returns True or False """ return True def proceed(self, url, location): url = self.parent.url html = self.req.load(url) self.links = re.findall('File :