Skip to content

Commit

Permalink
Merge pull request #31 from TheMrM/main
Browse files Browse the repository at this point in the history
Update logo URL regnology.js
  • Loading branch information
lalalaurentiu authored Jul 23, 2023
2 parents bf3fa94 + c1f36dd commit 5f2a662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sites/regnology.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ s.soup

scraper.postApiPeViitor(finalJobs, company);

let logo = "https://www.altfi.com/images/companies/regnology.png";
let logo = "https://www.regnology.net/project/frontend/build/logo-regnology.7537d456.svg";

let postLogo = new scraper.ApiScraper(
"https://api.peviitor.ro/v1/logo/add/"
);
postLogo.headers.headers["Content-Type"] = "application/json";
postLogo.post(JSON.stringify([{ id: company.company, logo: logo }]));
});
});
4 changes: 2 additions & 2 deletions sites/zollner.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ s.soup

scraper.postApiPeViitor(finalJobs, company);

let logo = "https://www.zollner.ro/fileadmin/templatefiles/images/logo.svg";
let logo = "https://www.zollner.ro/fileadmin/user_upload/00_Startseite/logo.svg";

let postLogo = new scraper.ApiScraper(
"https://api.peviitor.ro/v1/logo/add/"
);
postLogo.headers.headers["Content-Type"] = "application/json";
postLogo.post(JSON.stringify([{ id: company.company, logo: logo }]));
});
});

0 comments on commit 5f2a662

Please sign in to comment.