|
@@ -162,10 +162,6 @@ detail = async (url, requestId, platform) => {
|
|
|
const apiResp = await request('POST', apiUrl, JSON.stringify({
|
|
|
"context": {
|
|
|
"client": {
|
|
|
- "clientName": "IOS",
|
|
|
- "clientVersion": "19.29.1",
|
|
|
- "deviceMake": "Apple",
|
|
|
- "deviceModel": "iPhone16,2",
|
|
|
"hl": "en",
|
|
|
"osName": "iPhone",
|
|
|
"osVersion": "17.5.1.21F90",
|
|
@@ -174,7 +170,8 @@ detail = async (url, requestId, platform) => {
|
|
|
"gl": "US",
|
|
|
"utcOffsetMinutes": 0
|
|
|
}
|
|
|
- }, "videoId": url.replace('https://www.youtube.com/watch?v=', ''), "params": "CgIQBg"
|
|
|
+ },
|
|
|
+ "videoId": url.replace('https://www.youtube.com/watch?v=', '')
|
|
|
}), {
|
|
|
'Host': 'www.youtube.com',
|
|
|
'Connection': 'keep-alive',
|