|
@@ -291,7 +291,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,
|