]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Use an alternative way to detect image 3184/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 5 Jun 2017 20:54:02 +0000 (22:54 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 5 Jun 2017 20:54:02 +0000 (22:54 +0200)
commit577c0b6dd82c421c377c37295c59dee147068132
treee63b2d0a64b446934cd85cd89eb3611a6b386a46
parenta687c8d915276eee0c0494156700f7d0c0606735
Use an alternative way to detect image

When parsing content to retrieve images to save locally, we only check for the content-type of the image response.
In some case, that value is empty.
Now we’re also checking for the first few bytes of the content as an alternative to detect if it’s an image wallabag can handle.
We might get higher image supports using that alternative method.
src/Wallabag/CoreBundle/Helper/DownloadImages.php
tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php
tests/Wallabag/CoreBundle/fixtures/image-no-content-type.jpg [new file with mode: 0644]