Closed DJTommek closed 4 years ago
If URL doesn't match to any available service, check if link is image:
Content-Type: image/jpeg
If it matches at least one of these condition, try download image and use EXIF function on that.
Valid examples:
.jpg
image/jpeg
50.093652, 14.412417
Ignoring extension, just always make request for header.
If URL doesn't match to any available service, check if link is image:
Content-Type: image/jpeg
or something like thatIf it matches at least one of these condition, try download image and use EXIF function on that.
Valid examples:
.jpg
and Content-Type isimage/jpeg
) ->50.093652, 14.412417