node-ytdl-core icon indicating copy to clipboard operation
node-ytdl-core copied to clipboard

YouTube video downloader in javascript.

Results 151 node-ytdl-core issues
Sort by recently updated
recently updated
newest added

(Sorry for my english) I have used their npm to call songs but I have had a few problems. Calling the song "Bohemian Rhapsody" I had no problems, but calling...

bug

## Why? I don't know how about other IDEs but it seems that VSCode would show JSDoc hints only if they are declared in TypeScript part (in `.d.ts`). For example...

feature
discussion

Is it possible to use ffmpeg with ytdl-core to stream only a certain part of a video? Like if I'm trying to download 30 seconds in the middle of an...

feature
question

Ytdl version : 4.0.3 Node version : 15.0.1 I cannot download [this ](https://www.youtube.com/watch?v=p8RqVMc08RE)particular video ( no issues with other videos as of now ). It does not throw any error...

bug

TLDR: Getting a 24/7 discord bot running I currently have a discord bot which makes use of ytdl-core and the stream will only run for 6 hours which is one...

bug

Hi, i'm requesting the video info over proxy and some proxies take a lot of time (more than 30s) to finish the request. Is there a simple way to set...

feature

The YouTube player allows to go "back in time" in a live video up to 12 hours, and if you pause the video at -12h and return after some time,...

feature
help wanted

I'd like to use certain functions from the package (mostly just the util functions for validation) in a frontend Next.js app. Since the package is currently being exported using CommonJS,...

feature

Is that currently possible to download just a part of the video (from custom start to end second) without downloading the whole video? As far as I understand the [begin...

stale

Everything worked well, but today i get this error: at Object.exports.cutAfterJS (/app/node_modules/ytdl-core/lib/utils.js:139:9) : at extractNCode (/app/node_modules/ytdl-core/lib/sig.js:65:59) : at Object.exports.extractFunctions (/app/node_modules/ytdl-core/lib/sig.js:71:3) : at /app/node_modules/ytdl-core/lib/sig.js:18:29 : at runMicrotasks () : at processTicksAndRejections...