mirror of https://github.com/Bunsly/JobSpy
[fix] readd hyperlink param
parent
bff39a2625
commit
008ca61e12
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue