diff options
author | mkaay <mkaay@mkaay.de> | 2010-09-22 16:20:15 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-09-22 16:20:15 +0200 |
commit | 4f72518f40ee83bd4e711e800affae0c1f6201bc (patch) | |
tree | e869266536dbae5bd2c2e5cc09cc469b75704620 /pyLoadCore.py | |
parent | curl gobal init (diff) | |
download | pyload-4f72518f40ee83bd4e711e800affae0c1f6201bc.tar.xz |
extended cnl
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 4 |
1 files changed, 4 insertions, 0 deletions
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(":") |