diff options
author | mkaay <mkaay@mkaay.de> | 2009-11-12 23:33:28 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-11-12 23:33:28 +0100 |
commit | d15f1d61c74dec1b566eb5d8b312f0b2c9eefd99 (patch) | |
tree | d43555ce368bbe8fc9f8d96482ffb57b86ead2f0 /module/plugins | |
parent | better exception handling for sockets (diff) | |
download | pyload-d15f1d61c74dec1b566eb5d8b312f0b2c9eefd99.tar.xz |
config includes max download time
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/FourChanOrg.py (renamed from module/plugins/FourChan.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/FourChan.py b/module/plugins/FourChanOrg.py index 840274457..383785951 100644 --- a/module/plugins/FourChan.py +++ b/module/plugins/FourChanOrg.py @@ -5,12 +5,12 @@ import re from Plugin import Plugin -class FourChan(Plugin): +class FourChanOrg(Plugin): def __init__(self, parent): Plugin.__init__(self, parent) props = {} - props['name'] = "FourChan" + props['name'] = "FourChanOrg" props['type'] = "container" props['pattern'] = r"http://(www\.)?(img\.)?(zip\.)?4chan.org/\w+/(res/|imgboard\.html)" props['version'] = "0.1" |