Huya link bug (#965)
This commit is contained in:
parent
c3524ec045
commit
b8cb6f7d37
|
|
@ -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是名字,如上)']"/>
|
||||
|
||||
## 音视频
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue