diff --git a/pyproject.toml b/pyproject.toml index 155b78a..618a68f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.10" +version = "1.1.11" description = "Job scraper for LinkedIn, Indeed & ZipRecruiter" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/cullenwatson/JobSpy" diff --git a/src/jobspy/__init__.py b/src/jobspy/__init__.py index ad99aca..061d73b 100644 --- a/src/jobspy/__init__.py +++ b/src/jobspy/__init__.py @@ -163,6 +163,7 @@ def scrape_jobs( "max_amount", "currency", "emails", + "job_url_hyper" if hyperlinks else "job_url", "description", ] jobs_formatted_df = jobs_df[desired_order]