docs: zhihu warning; small fix

This commit is contained in:
DIYgod 2018-05-28 23:08:59 +08:00
parent 0fc6b4da61
commit aff366edc7
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 7 additions and 1 deletions

View File

@ -441,6 +441,12 @@ order: 排序方式live_time 开播时间online 人气
## 知乎
::: warning 注意
知乎反爬虫策略非常严格,以下演示经常失效,建议自搭
:::
### 收藏夹
举例: [https://rsshub.app/zhihu/collection/26444956](https://rsshub.app/zhihu/collection/26444956)

View File

@ -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
```
更多配置项请看 [应用配置](#应用配置)