From 0a1f01441604b6c797fba405c94ed2314cbd4424 Mon Sep 17 00:00:00 2001 From: Rajat Mittal Date: Tue, 28 May 2024 12:27:00 +0530 Subject: [PATCH] companyLogo CSS property changed Linkedin has updated the CSS property for companyLogo. Current property returning the default logo for all the companies. I have updated it to correct logo. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6da5b31..fae7797 100644 --- a/index.js +++ b/index.js @@ -177,7 +177,7 @@ function parseJobList(jobData) { .replaceAll(" ", "") || ""; const jobUrl = job.find(".base-card__full-link").attr("href") || ""; const companyLogo = - job.find(".artdeco-entity-image").attr("data-ghost-url") || ""; + job.find(".artdeco-entity-image").attr("data-delayed-url") || ""; const agoTime = job.find(".job-search-card__listdate").text().trim() || ""; return {