Huya link bug (#965)

This commit is contained in:
SettingDust 2018-10-26 00:40:19 +08:00 committed by DIYgod
parent c3524ec045
commit b8cb6f7d37
2 changed files with 2 additions and 2 deletions

View File

@ -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是名字如上)']"/>
## 音视频

View File

@ -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,
},
];