//System.out.println(getThread() + "Using plugin " + pattern.pluginName);
List<String> urls = plugin.getLinks(url);
for (String url : urls)
{
download(url, localFolder, title, new ICallback() {
@Override
public void onDownloadFinished(File downloaded) {
//Check if we should upload to Dropbox
Dropbox dropbox = (Dropbox) conf.get(Configuration.DROPBOX_TAG);