From 4f72518f40ee83bd4e711e800affae0c1f6201bc Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 22 Sep 2010 16:20:15 +0200 Subject: extended cnl --- pyLoadCore.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 2f9f7783b..5c977e8a8 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -782,6 +782,10 @@ class ServerMethods(): p.sync() self.core.files.save() + + def checkURLs(self, urls): + support = self.core.pluginManager.parseUrls(urls) + return [(u, p) if not p == "BasePlugin" else (u, None) for u, p in support] def is_time_download(self): start = self.core.config['downloadTime']['start'].split(":") -- cgit v1.2.3