Skip to content

Commit f1f7d98

Browse files
chore: auto build DIYgod/RSSHub@dae7bed
1 parent 6811630 commit f1f7d98

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

src/routes/reading.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,36 @@ For instance, when doing search at [https://magazinelib.com](https://magazinelib
5858

5959
<Route namespace="penguin-random-house" :data='{"path":"/the-read-down","categories":["reading"],"example":"/penguin-random-house/the-read-down","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["penguinrandomhouse.com/the-read-down"]}],"name":"Book Lists","maintainers":["StevenRCE0"],"url":"penguinrandomhouse.com/the-read-down","location":"thereaddown.ts"}' :test='undefined' />
6060

61+
## Readwise <Site url="readwise.io"/>
62+
63+
### Reader Document List <Site url="readwise.io" size="sm" />
64+
65+
<Route namespace="readwise" :data='{"path":"/list/:routeParams?","categories":["reading"],"example":"/readwise/list/location=new&category=article","parameters":{"routeParams":"Parameter combinations, see the description above."},"features":{"requireConfig":[{"name":"READWISE_ACCESS_TOKEN","optional":false,"description":"Visit `https://readwise.io/access_token` to get your access token."}],"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["read.readwise.io"],"target":"/list"}],"name":"Reader Document List","maintainers":["xbot"],"description":"Specify options (in the format of query string) in parameter `routeParams` to filter documents.\n\n| Parameter | Description | Values | Default |\n| -------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------- |\n| `location` | The document&#39;s location. | `new`/`later`/`shortlist`/`archive`/`feed` | |\n| `category` | The document&#39;s category. | `article`/`email`/`rss`/`highlight`/`note`/`pdf`/`epub`/`tweet`/`video` | |\n| `updatedAfter` | Fetch only documents updated after this date. | string (formatted as ISO 8601 date) ||\n| `tag` | The document&#39;s tag, can be specified once or multiple times. |||\n| `tagStrategy` | If multiple tags are specified, should the documents match all of them or any of them. | `any`/`all` | `any` |\n\nCustomise parameter values to fetch specific documents, for example:\n\n```\nhttps://rsshub.app/readwise/list/location=new&category=article\n```\n\nfetches articles in the Inbox.\n\n```\nhttps://rsshub.app/readwise/list/category=article&tag=shortlist&tag=AI&tagStrategy=all\n```\n\nfetches articles tagged both by `shortlist` and `AI`. ","location":"list.ts"}' :test='undefined' />
66+
67+
Specify options (in the format of query string) in parameter `routeParams` to filter documents.
68+
69+
| Parameter | Description | Values | Default |
70+
| -------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------- |
71+
| `location` | The document's location. | `new`/`later`/`shortlist`/`archive`/`feed` | |
72+
| `category` | The document's category. | `article`/`email`/`rss`/`highlight`/`note`/`pdf`/`epub`/`tweet`/`video` | |
73+
| `updatedAfter` | Fetch only documents updated after this date. | string (formatted as ISO 8601 date) ||
74+
| `tag` | The document's tag, can be specified once or multiple times. |||
75+
| `tagStrategy` | If multiple tags are specified, should the documents match all of them or any of them. | `any`/`all` | `any` |
76+
77+
Customise parameter values to fetch specific documents, for example:
78+
79+
```
80+
https://rsshub.app/readwise/list/location=new&category=article
81+
```
82+
83+
fetches articles in the Inbox.
84+
85+
```
86+
https://rsshub.app/readwise/list/category=article&tag=shortlist&tag=AI&tagStrategy=all
87+
```
88+
89+
fetches articles tagged both by `shortlist` and `AI`.
90+
6191
## SF 轻小说 <Site url="book.sfacg.com"/>
6292

6393
### 章节 <Site url="book.sfacg.com" size="sm" />

src/zh/routes/reading.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,36 @@ For instance, when doing search at [https://magazinelib.com](https://magazinelib
5858

5959
<Route namespace="penguin-random-house" :data='{"path":"/the-read-down","categories":["reading"],"example":"/penguin-random-house/the-read-down","parameters":{},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["penguinrandomhouse.com/the-read-down"]}],"name":"Book Lists","maintainers":["StevenRCE0"],"url":"penguinrandomhouse.com/the-read-down","location":"thereaddown.ts"}' :test='undefined' />
6060

61+
## Readwise <Site url="readwise.io"/>
62+
63+
### Reader Document List <Site url="readwise.io" size="sm" />
64+
65+
<Route namespace="readwise" :data='{"path":"/list/:routeParams?","categories":["reading"],"example":"/readwise/list/location=new&category=article","parameters":{"routeParams":"Parameter combinations, see the description above."},"features":{"requireConfig":[{"name":"READWISE_ACCESS_TOKEN","optional":false,"description":"Visit `https://readwise.io/access_token` to get your access token."}],"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["read.readwise.io"],"target":"/list"}],"name":"Reader Document List","maintainers":["xbot"],"description":"Specify options (in the format of query string) in parameter `routeParams` to filter documents.\n\n| Parameter | Description | Values | Default |\n| -------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------- |\n| `location` | The document&#39;s location. | `new`/`later`/`shortlist`/`archive`/`feed` | |\n| `category` | The document&#39;s category. | `article`/`email`/`rss`/`highlight`/`note`/`pdf`/`epub`/`tweet`/`video` | |\n| `updatedAfter` | Fetch only documents updated after this date. | string (formatted as ISO 8601 date) ||\n| `tag` | The document&#39;s tag, can be specified once or multiple times. |||\n| `tagStrategy` | If multiple tags are specified, should the documents match all of them or any of them. | `any`/`all` | `any` |\n\nCustomise parameter values to fetch specific documents, for example:\n\n```\nhttps://rsshub.app/readwise/list/location=new&category=article\n```\n\nfetches articles in the Inbox.\n\n```\nhttps://rsshub.app/readwise/list/category=article&tag=shortlist&tag=AI&tagStrategy=all\n```\n\nfetches articles tagged both by `shortlist` and `AI`. ","location":"list.ts"}' :test='undefined' />
66+
67+
Specify options (in the format of query string) in parameter `routeParams` to filter documents.
68+
69+
| Parameter | Description | Values | Default |
70+
| -------------------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------- |
71+
| `location` | The document's location. | `new`/`later`/`shortlist`/`archive`/`feed` | |
72+
| `category` | The document's category. | `article`/`email`/`rss`/`highlight`/`note`/`pdf`/`epub`/`tweet`/`video` | |
73+
| `updatedAfter` | Fetch only documents updated after this date. | string (formatted as ISO 8601 date) ||
74+
| `tag` | The document's tag, can be specified once or multiple times. |||
75+
| `tagStrategy` | If multiple tags are specified, should the documents match all of them or any of them. | `any`/`all` | `any` |
76+
77+
Customise parameter values to fetch specific documents, for example:
78+
79+
```
80+
https://rsshub.app/readwise/list/location=new&category=article
81+
```
82+
83+
fetches articles in the Inbox.
84+
85+
```
86+
https://rsshub.app/readwise/list/category=article&tag=shortlist&tag=AI&tagStrategy=all
87+
```
88+
89+
fetches articles tagged both by `shortlist` and `AI`.
90+
6191
## SF 轻小说 <Site url="book.sfacg.com"/>
6292

6393
### 章节 <Site url="book.sfacg.com" size="sm" />

0 commit comments

Comments
 (0)