]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Improve metadata retrieval (performances and accuracy) 1567/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 15 Oct 2020 09:20:33 +0000 (11:20 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 15 Oct 2020 09:36:56 +0000 (11:36 +0200)
commit5334090be04e66da5cb5c3ad487604b3733c5cac
tree419217a587c2a15bc97b943acee11fcf7b559937
parent4cf3564d28dc8e4d08a3e64f09ad045ffbde97ae
Improve metadata retrieval (performances and accuracy)

  - Use dedicated function to download headers to avoid apply multiple regexps on headers
  - Also try to extract title from meta tags
application/http/HttpAccess.php
application/http/HttpUtils.php
application/http/MetadataRetriever.php
tests/bookmark/LinkUtilsTest.php
tests/http/MetadataRetrieverTest.php