From 876e2de602f22ace3a2fa9a2d56f48e3e807cd6a Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 18 Aug 2013 20:47:50 +0200 Subject: small fixes for crypter --- pyload/api/DownloadPreparingApi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/api/DownloadPreparingApi.py') diff --git a/pyload/api/DownloadPreparingApi.py b/pyload/api/DownloadPreparingApi.py index d74f0aee2..68c83e97d 100644 --- a/pyload/api/DownloadPreparingApi.py +++ b/pyload/api/DownloadPreparingApi.py @@ -42,6 +42,7 @@ class DownloadPreparingApi(ApiComponent): """ hoster, crypter = self.core.pluginManager.parseUrls(links) + #: TODO: withhold crypter, derypt or add later # initial result does not contain the crypter links tmp = [(url, LinkStatus(url, url, pluginname, -1, DS.Queued)) for url, pluginname in hoster + crypter] data = parseNames(tmp) @@ -77,7 +78,6 @@ class DownloadPreparingApi(ApiComponent): page = getURL(url) urls += [x[0] for x in urlmatcher.findall(page)] - # remove duplicates return self.checkLinks(uniqify(urls)) @RequirePerm(Permission.Add) -- cgit v1.2.3