fent / node-ytdl-core

YouTube video downloader in javascript.
MIT License
4.52k stars 799 forks source link

Error: Status code: 410 with any link #1119

Closed N1kFil closed 2 years ago

N1kFil commented 2 years ago

My code:

const ytdl = require('ytdl-core');
const Agent = require('https-proxy-agent');
const proxy = "https://" + [[RANDOM_PROXY]];
const agent = new Agent(proxy);
let info = await ytdl.getBasicInfo([[VIDEO_ID]]);
[[RESULT_FROM_PARSER]] = info;

In [[RANDOM_PROXY]] there are https proxies of the format: user:pass:ip:port In [[VIDEO_ID] contains video IDs I use the latest version of ytdl Help me please( I need to get basic metadata

KMoszczyc commented 2 years ago

Same

N1kFil commented 2 years ago

help please