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:
2
index.js
2
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 {
|
||||
|
||||
Reference in New Issue
Block a user