Merge pull request #4 from rajatenzyme/master
companyLogo CSS property changed
This commit is contained in:
2
index.js
2
index.js
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user