[fix] readd hyperlink param

pull/54/head
Cullen Watson 2023-09-28 18:53:21 -05:00
parent bff39a2625
commit 008ca61e12
2 changed files with 2 additions and 1 deletions

View File

@ -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 <zachary@zacharysproducts.com>", "Cullen Watson <cullen@cullen.ai>"]
homepage = "https://github.com/cullenwatson/JobSpy"

View File

@ -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]