diff --git a/pyproject.toml b/pyproject.toml index ad93534..05f25af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.67" +version = "1.1.68" 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 1bb7231..825dabd 100644 --- a/src/jobspy/jobs/__init__.py +++ b/src/jobspy/jobs/__init__.py @@ -118,7 +118,7 @@ class Country(Enum): SWITZERLAND = ("switzerland", "ch", "de:ch") TAIWAN = ("taiwan", "tw") THAILAND = ("thailand", "th") - TURKEY = ("turkey", "tr") + TURKEY = ("türkiye,turkey", "tr") UKRAINE = ("ukraine", "ua") UNITEDARABEMIRATES = ("united arab emirates", "ae") UK = ("uk,united kingdom", "uk:gb", "co.uk")