From 8b0fd6c736ee76a5d57fbccd9cf7c4a8b2555e13 Mon Sep 17 00:00:00 2001 From: qixingchen Date: Mon, 14 May 2018 01:50:51 +0800 Subject: [PATCH] fix bilibili live area link error (#112) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * resolve DIYgod/RSSHub#104 - 直播分区 - 直播关键字 * update for template * add guid for liveArea and liveSearch change rss Title and item title * change live search RSS title and link update readme * Change warning to one line * fix doc link error * 修正参数未换行的问题 * 修正直播分区参数未换行的问题 --- docs/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index e44640c8e..d61d7a0ca 100644 --- a/docs/README.md +++ b/docs/README.md @@ -200,6 +200,7 @@ s 路由: `bilibili/live/search/:key/:order` 参数: key, 搜索关键字 + order ,排序方式 开播时间: live_time,人气:online ### 直播分区 @@ -212,7 +213,8 @@ order ,排序方式 开播时间: live_time,人气:online 路由: `bilibili/live/area/:areaID/:order` -参数: areaID , 分区ID 分区增删较多,可通过 [https://api.live.bilibili.com/room/v1/Area/getList](分区列表)查询 +参数: areaID , 分区ID 分区增删较多,可通过 [分区列表](https://api.live.bilibili.com/room/v1/Area/getList) 查询 + order ,排序方式 开播时间: live_time,人气:online ## 微博 @@ -655,4 +657,4 @@ key: 产品密钥 路由: `/youtube/channel/:id` -参数: id,频道 id \ No newline at end of file +参数: id,频道 id