From b8cb6f7d37bb46025fefd30b98aed2d42b8f347b Mon Sep 17 00:00:00 2001 From: SettingDust Date: Fri, 26 Oct 2018 00:40:19 +0800 Subject: [PATCH] Huya link bug (#965) --- docs/README.md | 2 +- routes/huya/live.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1413db7c7..f265a029c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -691,7 +691,7 @@ GitHub 官方也提供了一些 RSS: ### 虎牙直播 - + ## 音视频 diff --git a/routes/huya/live.js b/routes/huya/live.js index 332a62cf9..ec5a82ac1 100644 --- a/routes/huya/live.js +++ b/routes/huya/live.js @@ -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, }, ];