protected function runOrganizer()
 {
     $this->downloadsDir = Dir::createTemporary();
     $this->targetDir = Dir::createTemporary();
     $this->jdownloaderRPC = $this->jd->build();
     $this->organizer = new DownloadsOrganizer($this->downloadsDir, $this->targetDir, $this->client, $this->jdownloaderRPC, $subsManager = NULL, $this->logger = new BufferLogger());
     $this->organizer->setHosterPrio($this->hosterPrio);
     $this->organizer->organize();
 }