diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-19 23:56:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-19 23:56:13 +0200 |
commit | 14d3b88fc4bae2e25db8b418a790ef8dd1a76444 (patch) | |
tree | e02b043dec77d9195294312a28ce22ef5cb0fbb2 /module/PluginManager.py | |
parent | fileserv, freakshare fix (diff) | |
download | pyload-14d3b88fc4bae2e25db8b418a790ef8dd1a76444.tar.xz |
netfolder, hotfile folder
Diffstat (limited to 'module/PluginManager.py')
-rw-r--r-- | module/PluginManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginManager.py b/module/PluginManager.py index afd527e40..ab7245db2 100644 --- a/module/PluginManager.py +++ b/module/PluginManager.py @@ -195,7 +195,7 @@ class PluginManager(): res = [] # tupels of (url, plugin) for url in urls: - + if type(url) not in (str, unicode, buffer): continue found = False if last and last[1]["re"].match(url): |