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.
This commit is contained in:
Rajat Mittal
2024-05-28 12:27:00 +05:30
committed by GitHub
parent ea5cafc68c
commit 0a1f014416

View File

@@ -177,7 +177,7 @@ function parseJobList(jobData) {
.replaceAll(" ", "") || ""; .replaceAll(" ", "") || "";
const jobUrl = job.find(".base-card__full-link").attr("href") || ""; const jobUrl = job.find(".base-card__full-link").attr("href") || "";
const companyLogo = const companyLogo =
job.find(".artdeco-entity-image").attr("data-ghost-url") || ""; job.find(".artdeco-entity-image").attr("data-delayed-url") || "";
const agoTime = const agoTime =
job.find(".job-search-card__listdate").text().trim() || ""; job.find(".job-search-card__listdate").text().trim() || "";
return { return {