Skip to content

Commit

Permalink
chore: auto build DIYgod/RSSHub@39e234f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 1, 2024
1 parent 3c88b28 commit 20daa95
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 48 deletions.
25 changes: 1 addition & 24 deletions src/routes/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,30 +372,7 @@ JavBus has multiple backup domains, these routes use default domain `https://jav

<Route namespace="layoffs" :data='{"path":"/","radar":[{"source":["layoffs.fyi/"],"target":""}],"name":"Unknown","maintainers":["BrandNewLifeJackie26"],"url":"layoffs.fyi/","location":"index.ts"}' :test='undefined' />

## LinkedIn 领英中国 <Site url="linkedin.com"/>

### Jobs <Site url="linkedin.com" size="sm" />

<Route namespace="linkedin" :data='{"path":"/jobs/:job_types/:exp_levels/:keywords?","categories":["other"],"example":"/linkedin/jobs/C-P/1/software engineer","parameters":{"job_types":"See the following table for details, use &#39;-&#39; as delimiter","exp_levels":"See the following table for details, use &#39;-&#39; as delimiter","keywords":"keywords"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Jobs","maintainers":[],"description":"#### `job_types` list\n\n | Full Time | Part Time | Contractor | All |\n | --------- | --------- | ---------- | --- |\n | F | P | C | all |\n\n #### `exp_levels` list\n\n | Intership | Entry Level | Associate | Mid-Senior Level | Director | All |\n | --------- | ----------- | --------- | ---------------- | -------- | --- |\n | 1 | 2 | 3 | 4 | 5 | all |\n\n For example:\n\n 1. If we want to search software engineer jobs of all levels and all job types, use `/linkedin/jobs/all/all/software engineer`\n 2. If we want to search all entry level contractor/part time software engineer jobs, use `/linkedin/jobs/P-C/2/software engineer`\n\n **To make it easier, the recommended way is to start a search on [LinkedIn](https://www.linkedin.com/jobs/search) and use [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) to load the specific feed.**","location":"jobs.ts"}' :test='{"code":0}' />

#### `job_types` list

| Full Time | Part Time | Contractor | All |
| --------- | --------- | ---------- | --- |
| F | P | C | all |

#### `exp_levels` list

| Intership | Entry Level | Associate | Mid-Senior Level | Director | All |
| --------- | ----------- | --------- | ---------------- | -------- | --- |
| 1 | 2 | 3 | 4 | 5 | all |

For example:

1. If we want to search software engineer jobs of all levels and all job types, use `/linkedin/jobs/all/all/software engineer`
2. If we want to search all entry level contractor/part time software engineer jobs, use `/linkedin/jobs/P-C/2/software engineer`

**To make it easier, the recommended way is to start a search on [LinkedIn](https://www.linkedin.com/jobs/search) and use [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) to load the specific feed.**
## LinkedIn 领英 <Site url="linkedin.com"/>

### Jobs <Site url="linkedin.com" size="sm" />

Expand Down
49 changes: 49 additions & 0 deletions src/routes/social-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,55 @@ It's highly recommended to deploy with Redis cache enabled.

<Route namespace="lemmy" :data='{"path":"/:community/:sort?","categories":["social-media"],"example":"/lemmy/technology@lemmy.world/Hot","parameters":{"community":"Lemmmy community, for example technology@lemmy.world","sort":"Sort by, defaut to Active"},"features":{"requireConfig":[{"name":"ALLOW_USER_SUPPLY_UNSAFE_DOMAIN","description":""}],"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Community","maintainers":["wb14123"],"location":"index.ts"}' :test='{"code":0}' />

## LinkedIn 领英 <Site url="linkedin.com"/>

### Jobs <Site url="linkedin.com" size="sm" />

<Route namespace="linkedin" :data='{"path":"/jobs/:job_types/:exp_levels/:keywords?/:routeParams?","categories":["social-media"],"example":"/linkedin/jobs/C-P/1/software engineer","parameters":{"job_types":"See the following table for details, use &#39;-&#39; as delimiter","exp_levels":"See the following table for details, use &#39;-&#39; as delimiter","keywords":"keywords","routeParams":"additional query parameters, see the table below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["www.linkedin.com/jobs/search"]}],"name":"Jobs","maintainers":["BrandNewLifeJackie26","zhoukuncheng"],"description":"#### `job_types` list\n\n | Full Time | Part Time | Contractor | All |\n | --------- | --------- | ---------- | --- |\n | F | P | C | all |\n\n #### `exp_levels` list\n\n | Intership | Entry Level | Associate | Mid-Senior Level | Director | All |\n | --------- | ----------- | --------- | ---------------- | -------- | --- |\n | 1 | 2 | 3 | 4 | 5 | all |\n\n #### `routeParams` additional query parameters\n\n ##### `f_WT` list\n\n | Onsite | Remote | Hybrid |\n | ------ | ------- | ------ |\n | 1 | 2 | 3 |\n\n ##### `geoId`\n\n Geographic location ID. You can find this ID in the URL of a LinkedIn job search page that is filtered by location.\n\n For example:\n 91000012 is the ID of East Asia.\n\n ##### `f_TPR`\n\n Time posted range. Here are some possible values:\n\n * `r86400`: Past 24 hours\n * `r604800`: Past week\n * `r2592000`: Past month\n\n For example:\n\n 1. If we want to search software engineer jobs of all levels and all job types, use `/linkedin/jobs/all/all/software engineer`\n 2. If we want to search all entry level contractor/part time software engineer jobs, use `/linkedin/jobs/P-C/2/software engineer`\n 3. If we want to search remote mid-senior level software engineer jobs in APAC posted within the last month, use `/linkedin/jobs/F/4/software%20engineer/f_WT=2&geoId=91000003&f_TPR=r2592000`\n\n **To make it easier, the recommended way is to start a search on [LinkedIn](https://www.linkedin.com/jobs/search) and use [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) to load the specific feed.**","location":"jobs.ts"}' :test='undefined' />

#### `job_types` list

| Full Time | Part Time | Contractor | All |
| --------- | --------- | ---------- | --- |
| F | P | C | all |

#### `exp_levels` list

| Intership | Entry Level | Associate | Mid-Senior Level | Director | All |
| --------- | ----------- | --------- | ---------------- | -------- | --- |
| 1 | 2 | 3 | 4 | 5 | all |

#### `routeParams` additional query parameters

##### `f_WT` list

| Onsite | Remote | Hybrid |
| ------ | ------- | ------ |
| 1 | 2 | 3 |

##### `geoId`

Geographic location ID. You can find this ID in the URL of a LinkedIn job search page that is filtered by location.

For example:
91000012 is the ID of East Asia.

##### `f_TPR`

Time posted range. Here are some possible values:

* `r86400`: Past 24 hours
* `r604800`: Past week
* `r2592000`: Past month

For example:

1. If we want to search software engineer jobs of all levels and all job types, use `/linkedin/jobs/all/all/software engineer`
2. If we want to search all entry level contractor/part time software engineer jobs, use `/linkedin/jobs/P-C/2/software engineer`
3. If we want to search remote mid-senior level software engineer jobs in APAC posted within the last month, use `/linkedin/jobs/F/4/software%20engineer/f_WT=2&geoId=91000003&f_TPR=r2592000`

**To make it easier, the recommended way is to start a search on [LinkedIn](https://www.linkedin.com/jobs/search) and use [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) to load the specific feed.**

## Lofter <Site url="www.lofter.com"/>

### Tag <Site url="www.lofter.com" size="sm" />
Expand Down
25 changes: 1 addition & 24 deletions src/zh/routes/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,30 +384,7 @@ JavBus has multiple backup domains, these routes use default domain `https://jav

<Route namespace="layoffs" :data='{"path":"/","radar":[{"source":["layoffs.fyi/"],"target":""}],"name":"Unknown","maintainers":["BrandNewLifeJackie26"],"url":"layoffs.fyi/","location":"index.ts"}' :test='undefined' />

## LinkedIn 领英中国 <Site url="linkedin.com"/>

### Jobs <Site url="linkedin.com" size="sm" />

<Route namespace="linkedin" :data='{"path":"/jobs/:job_types/:exp_levels/:keywords?","categories":["other"],"example":"/linkedin/jobs/C-P/1/software engineer","parameters":{"job_types":"See the following table for details, use &#39;-&#39; as delimiter","exp_levels":"See the following table for details, use &#39;-&#39; as delimiter","keywords":"keywords"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Jobs","maintainers":[],"description":"#### `job_types` list\n\n | Full Time | Part Time | Contractor | All |\n | --------- | --------- | ---------- | --- |\n | F | P | C | all |\n\n #### `exp_levels` list\n\n | Intership | Entry Level | Associate | Mid-Senior Level | Director | All |\n | --------- | ----------- | --------- | ---------------- | -------- | --- |\n | 1 | 2 | 3 | 4 | 5 | all |\n\n For example:\n\n 1. If we want to search software engineer jobs of all levels and all job types, use `/linkedin/jobs/all/all/software engineer`\n 2. If we want to search all entry level contractor/part time software engineer jobs, use `/linkedin/jobs/P-C/2/software engineer`\n\n **To make it easier, the recommended way is to start a search on [LinkedIn](https://www.linkedin.com/jobs/search) and use [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) to load the specific feed.**","location":"jobs.ts"}' :test='{"code":0}' />

#### `job_types` list

| Full Time | Part Time | Contractor | All |
| --------- | --------- | ---------- | --- |
| F | P | C | all |

#### `exp_levels` list

| Intership | Entry Level | Associate | Mid-Senior Level | Director | All |
| --------- | ----------- | --------- | ---------------- | -------- | --- |
| 1 | 2 | 3 | 4 | 5 | all |

For example:

1. If we want to search software engineer jobs of all levels and all job types, use `/linkedin/jobs/all/all/software engineer`
2. If we want to search all entry level contractor/part time software engineer jobs, use `/linkedin/jobs/P-C/2/software engineer`

**To make it easier, the recommended way is to start a search on [LinkedIn](https://www.linkedin.com/jobs/search) and use [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) to load the specific feed.**
## LinkedIn 领英 <Site url="linkedin.com"/>

### Jobs <Site url="linkedin.com" size="sm" />

Expand Down
49 changes: 49 additions & 0 deletions src/zh/routes/social-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,55 @@ It's highly recommended to deploy with Redis cache enabled.

<Route namespace="lemmy" :data='{"path":"/:community/:sort?","categories":["social-media"],"example":"/lemmy/technology@lemmy.world/Hot","parameters":{"community":"Lemmmy community, for example technology@lemmy.world","sort":"Sort by, defaut to Active"},"features":{"requireConfig":[{"name":"ALLOW_USER_SUPPLY_UNSAFE_DOMAIN","description":""}],"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"name":"Community","maintainers":["wb14123"],"location":"index.ts"}' :test='{"code":0}' />

## LinkedIn 领英 <Site url="linkedin.com"/>

### Jobs <Site url="linkedin.com" size="sm" />

<Route namespace="linkedin" :data='{"path":"/jobs/:job_types/:exp_levels/:keywords?/:routeParams?","categories":["social-media"],"example":"/linkedin/jobs/C-P/1/software engineer","parameters":{"job_types":"See the following table for details, use &#39;-&#39; as delimiter","exp_levels":"See the following table for details, use &#39;-&#39; as delimiter","keywords":"keywords","routeParams":"additional query parameters, see the table below"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["www.linkedin.com/jobs/search"]}],"name":"Jobs","maintainers":["BrandNewLifeJackie26","zhoukuncheng"],"description":"#### `job_types` list\n\n | Full Time | Part Time | Contractor | All |\n | --------- | --------- | ---------- | --- |\n | F | P | C | all |\n\n #### `exp_levels` list\n\n | Intership | Entry Level | Associate | Mid-Senior Level | Director | All |\n | --------- | ----------- | --------- | ---------------- | -------- | --- |\n | 1 | 2 | 3 | 4 | 5 | all |\n\n #### `routeParams` additional query parameters\n\n ##### `f_WT` list\n\n | Onsite | Remote | Hybrid |\n | ------ | ------- | ------ |\n | 1 | 2 | 3 |\n\n ##### `geoId`\n\n Geographic location ID. You can find this ID in the URL of a LinkedIn job search page that is filtered by location.\n\n For example:\n 91000012 is the ID of East Asia.\n\n ##### `f_TPR`\n\n Time posted range. Here are some possible values:\n\n * `r86400`: Past 24 hours\n * `r604800`: Past week\n * `r2592000`: Past month\n\n For example:\n\n 1. If we want to search software engineer jobs of all levels and all job types, use `/linkedin/jobs/all/all/software engineer`\n 2. If we want to search all entry level contractor/part time software engineer jobs, use `/linkedin/jobs/P-C/2/software engineer`\n 3. If we want to search remote mid-senior level software engineer jobs in APAC posted within the last month, use `/linkedin/jobs/F/4/software%20engineer/f_WT=2&geoId=91000003&f_TPR=r2592000`\n\n **To make it easier, the recommended way is to start a search on [LinkedIn](https://www.linkedin.com/jobs/search) and use [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) to load the specific feed.**","location":"jobs.ts"}' :test='undefined' />

#### `job_types` list

| Full Time | Part Time | Contractor | All |
| --------- | --------- | ---------- | --- |
| F | P | C | all |

#### `exp_levels` list

| Intership | Entry Level | Associate | Mid-Senior Level | Director | All |
| --------- | ----------- | --------- | ---------------- | -------- | --- |
| 1 | 2 | 3 | 4 | 5 | all |

#### `routeParams` additional query parameters

##### `f_WT` list

| Onsite | Remote | Hybrid |
| ------ | ------- | ------ |
| 1 | 2 | 3 |

##### `geoId`

Geographic location ID. You can find this ID in the URL of a LinkedIn job search page that is filtered by location.

For example:
91000012 is the ID of East Asia.

##### `f_TPR`

Time posted range. Here are some possible values:

* `r86400`: Past 24 hours
* `r604800`: Past week
* `r2592000`: Past month

For example:

1. If we want to search software engineer jobs of all levels and all job types, use `/linkedin/jobs/all/all/software engineer`
2. If we want to search all entry level contractor/part time software engineer jobs, use `/linkedin/jobs/P-C/2/software engineer`
3. If we want to search remote mid-senior level software engineer jobs in APAC posted within the last month, use `/linkedin/jobs/F/4/software%20engineer/f_WT=2&geoId=91000003&f_TPR=r2592000`

**To make it easier, the recommended way is to start a search on [LinkedIn](https://www.linkedin.com/jobs/search) and use [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) to load the specific feed.**

## Lofter <Site url="www.lofter.com"/>

### Tag <Site url="www.lofter.com" size="sm" />
Expand Down

0 comments on commit 20daa95

Please sign in to comment.