summaryrefslogtreecommitdiffstats
path: root/module/PluginManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-19 23:56:13 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-19 23:56:13 +0200
commit14d3b88fc4bae2e25db8b418a790ef8dd1a76444 (patch)
treee02b043dec77d9195294312a28ce22ef5cb0fbb2 /module/PluginManager.py
parentfileserv, freakshare fix (diff)
downloadpyload-14d3b88fc4bae2e25db8b418a790ef8dd1a76444.tar.xz
netfolder, hotfile folder
Diffstat (limited to 'module/PluginManager.py')
-rw-r--r--module/PluginManager.py2
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):