From 923979093b63a6727ea89ef45b3c39b2370bc4ef Mon Sep 17 00:00:00 2001 From: Anton Pikhteryev <37946390+AntGH@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:41:22 -0400 Subject: [PATCH] Add Malta for linkedin country support (#198) --- pyproject.toml | 2 +- src/jobspy/jobs/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98ad237..ad93534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.66" +version = "1.1.67" description = "Job scraper for LinkedIn, Indeed, Glassdoor & ZipRecruiter" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/Bunsly/JobSpy" diff --git a/src/jobspy/jobs/__init__.py b/src/jobspy/jobs/__init__.py index 2563b9b..1bb7231 100644 --- a/src/jobspy/jobs/__init__.py +++ b/src/jobspy/jobs/__init__.py @@ -93,6 +93,7 @@ class Country(Enum): KUWAIT = ("kuwait", "kw") LUXEMBOURG = ("luxembourg", "lu") MALAYSIA = ("malaysia", "malaysia:my", "com") + MALTA = ("malta", "malta:mt", "mt") MEXICO = ("mexico", "mx", "com.mx") MOROCCO = ("morocco", "ma") NETHERLANDS = ("netherlands", "nl", "nl")