docs: zhihu warning; small fix
This commit is contained in:
parent
0fc6b4da61
commit
aff366edc7
|
|
@ -441,6 +441,12 @@ order: 排序方式,live_time 开播时间,online 人气
|
|||
|
||||
## 知乎
|
||||
|
||||
::: warning 注意
|
||||
|
||||
知乎反爬虫策略非常严格,以下演示经常失效,建议自搭
|
||||
|
||||
:::
|
||||
|
||||
### 收藏夹
|
||||
|
||||
举例: [https://rsshub.app/zhihu/collection/26444956](https://rsshub.app/zhihu/collection/26444956)
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ $ docker pull diygod/rsshub
|
|||
以设置缓存时间为 1 小时举例,只需要在运行时增加参数:`-e CACHE_EXPIRE=3600`
|
||||
|
||||
```bash
|
||||
$ docker run -d --name rsshub -p 1200:1200 -e CACHE_EXPIRE=3600 PORT=1000 diygod/rsshub
|
||||
$ docker run -d --name rsshub -p 1200:1200 -e CACHE_EXPIRE=3600 -e GITHUB_ACCESS_TOKEN=example diygod/rsshub
|
||||
```
|
||||
|
||||
更多配置项请看 [应用配置](#应用配置)
|
||||
|
|
|
|||
Loading…
Reference in New Issue