490491492493494495496497498499500
for (DownloadJob job : it) { g.getDownloader().add(job); } it = new GathererSets(imagesPath); for(DownloadJob job:it) { g.getDownloader().add(job); } it = new DirectLinksForDownload(imagesPath);