forked from wallabag/wallabag
Use doctrine event to download images
This commit is contained in:
@ -75,12 +75,6 @@ class ContentProxy
|
||||
$entry->setDomainName($domainName);
|
||||
}
|
||||
|
||||
if (true) {
|
||||
$this->logger->log('debug', 'Starting to download images');
|
||||
$downloadImages = new DownloadImages($html, $url, $this->logger);
|
||||
$html = $downloadImages->process();
|
||||
}
|
||||
|
||||
$entry->setContent($html);
|
||||
|
||||
if (isset($content['open_graph']['og_image'])) {
|
||||
|
||||
Reference in New Issue
Block a user