From 45b39230f969504d12af16e91058643b4220ac9b Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Sun, 22 Aug 2021 13:56:23 +0200 Subject: Prefer JSON-LD metadata object, when present https://github.com/mozilla/readability/commit/2ca98284e92aecd610bac3008e5e6ff1c0fdad37 (getJSONLD() method based on current Readability.js implementation) --- test/test-pages/lazy-image-1/expected-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test-pages/lazy-image-1') diff --git a/test/test-pages/lazy-image-1/expected-metadata.json b/test/test-pages/lazy-image-1/expected-metadata.json index 1e1e19d..69d3d3b 100644 --- a/test/test-pages/lazy-image-1/expected-metadata.json +++ b/test/test-pages/lazy-image-1/expected-metadata.json @@ -1,8 +1,8 @@ { "Author": "Vincent Vallet", "Direction": null, - "Excerpt": "Why CPU monitoring is important?", + "Excerpt": "How to run a CPU profiling with Node.js on your production in real-time and without interruption of service.", "Image": "https:\/\/miro.medium.com\/max\/1200\/1*EO-pr4RolgcAOj_Uk1rpDA.png", "Title": "Node.js and CPU profiling on production (in real-time without downtime)", - "SiteName": "Medium" + "SiteName": "Voodoo Engineering" } \ No newline at end of file -- cgit v1.2.3