How to change linkedin job feeds from CN to India?
- Dominant language
- TypeScript
- Stars
- 46.2k
- Forks
- 10.2k
- Avg merge
- 8h 48m
- Merged PRs (30d)
- 175
Description
### 类型
社交媒体
### 网站地址
https://www.linkedin.com/
### 网站描述
already linkedin config presents but I want to see jobs from India & not USA or atlanta feed?
I tried changing files
module.exports = function (router) {
router.get('/india/jobs/:keywords?', require('./cn/index.js')); // Assuming the 'cn/index.js' is the handler for India. If not, this needs to be adjusted.
router.get('/jobs/:job_types/:exp_levels/:keywords?', require('./jobs.js'));
};
& also
url.searchParams.append('location', 'India');
but still feed is not changing to india
### 需要生成什么内容?
jobs from india
### 额外描述
_No response_
### 这不是重复的 RSS 请求
- [X] 我已经搜索了[现有 issue](https://github.com/DIYgod/RSSHub/issues) 和 [pull requests](https://github.com/DIYgod/RSSHub/pulls),以确保该 RSS 尚未被请求。
Contributor guide
Assessment
This issue has not been assessed yet.