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