From d15f1d61c74dec1b566eb5d8b312f0b2c9eefd99 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 12 Nov 2009 23:33:28 +0100 Subject: config includes max download time --- module/plugins/FourChan.py | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 module/plugins/FourChan.py (limited to 'module/plugins/FourChan.py') diff --git a/module/plugins/FourChan.py b/module/plugins/FourChan.py deleted file mode 100644 index 840274457..000000000 --- a/module/plugins/FourChan.py +++ /dev/null @@ -1,41 +0,0 @@ -#!/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/|imgboard\.html)" - 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 - 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) - link_pattern = "" - temp_links = [] - if "imagebord.html" in url: - link_pattern = '[Reply]' - temp_links = re.findall(link_pattern, html) - for link in re.findall(link_pattern, html): - temp_links.append(link) - else: - temp_links = re.findall('File :