Skip to content

Commit

Permalink
Huya link bug (DIYgod#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
SettingDust authored and DIYgod committed Oct 25, 2018
1 parent c3524ec commit b8cb6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ GitHub 官方也提供了一些 RSS:

### 虎牙直播

<route name="直播间开播" author="SettingDust" example="/huya/live/edmunddzhang" path="/huya/live/:id" :paramsDesc="['直播间id或主播名(有一些id是名字,如上)']"/>
<route name="直播间开播" author="SettingDust xyqfer" example="/huya/live/edmunddzhang" path="/huya/live/:id" :paramsDesc="['直播间id或主播名(有一些id是名字,如上)']"/>

## 音视频

Expand Down
2 changes: 1 addition & 1 deletion routes/huya/live.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = async (ctx) => {
title: `${data.live_intro}`,
pubDate: new Date(data.rec_live_time).toUTCString(),
guid: data.uid,
link: url,
link: data.game_liveLink,
image: data.game_avatarUrl180,
},
];
Expand Down

0 comments on commit b8cb6f7

Please sign in to comment.