From 008ca61e125f64dc133b22e1c7ccee384a87c267 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 28 Sep 2023 18:53:21 -0500 Subject: [PATCH] [fix] readd hyperlink param --- pyproject.toml | 2 +- src/jobspy/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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]