Skip to content

Commit

Permalink
Fixed interbrandsorbico as the class names changed
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode committed Oct 5, 2023
1 parent 147d8f9 commit ab09aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sites/InterbrandsOrbico.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def scrape_jobs(self):
Scrape job data from InterbrandsOrbico website.
"""

job_titles_elements = self.get_jobs_elements('class_', "title")
locations = self.get_jobs_elements('css_', "li[class='location']")
job_urls = self.get_jobs_elements('class_', "col-md-6")
job_titles_elements = self.get_jobs_elements('class_', "sc-6exb5d-1 dLpFZe")
locations = self.get_jobs_elements('class_', "custom-css-style-job-location")
job_urls = self.get_jobs_elements('class_', "sc-s03za1-0 iCILJS")

job_cities = self.get_jobs_details_text(locations)
job_countries = self.get_jobs_details_text(locations)
Expand Down

0 comments on commit ab09aa2

Please sign in to comment.