]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/http/MetadataRetriever.php
Improve metadata retrieval (performances and accuracy)
[github/shaarli/Shaarli.git] / application / http / MetadataRetriever.php
index 2ca982e21172236fb7aaaf957f0db8c255725b32..ba9bd40ce283d4b789f194d13ac7e02883361c6f 100644 (file)
@@ -46,6 +46,7 @@ class MetadataRetriever
             $url,
             $this->conf->get('general.download_timeout', 30),
             $this->conf->get('general.download_max_size', 4194304),
+            $this->httpAccess->getCurlHeaderCallback($charset),
             $this->httpAccess->getCurlDownloadCallback(
                 $charset,
                 $title,