|
@@ -301,7 +301,7 @@ detail = async (url, requestId, platform) => {
|
|
|
"channelID": originVideoDetails["channelId"],
|
|
|
"recommendInfo": recommendInfo,
|
|
|
"channelURL": `https://www.youtube.com/channel/${originVideoDetails["channelId"]}`,
|
|
|
- "videoId": originVideoDetails["videoId"]
|
|
|
+ "videoId": url.replace('https://www.youtube.com/watch?v=', '')
|
|
|
}
|
|
|
const ret = {
|
|
|
"code": 200, "msg": "", "requestId": requestId, "data": {
|