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

Hello! How can I download specific part of Youtube video (specifying start and end second)?

stale

there are some bugs in past but now a days you can download unlimited youtube video properly in [genyoutube site](https://genyoutube.site)

stale

I'm using ytdl-core 4.11.2 (latest at time of writing) on an Electron application with an automatic ytdl-core updater (based on Pacote). The video generated does not play on neither Windows...

stale

Hi. I have a project called [ytmous](https://github.com/ytmous/ytmous/tree/nightly), and wanting to put my own `range` header with `ytdl.downloadFromInfo(..., { requestOptions: { headers: { range: "...." } } })` so my project...

stale

This is more of a small feature request than a bug report. It'd be great to have a way of knowing if an error thrown by the library is an...

stale
minor addition

I'm using the latest version of ytdl-core My goal is to download the video and transform it into mp3 and send it, I'm using a whatsapp library but it's working...

stale

Recently I've been getting HTTP 401 Unauthorized errors randomly. Already tried using cookies and YT identity token (as described [here](https://github.com/fent/node-ytdl-core/blob/master/example/cookies.js)), but no success. It is not related to specific videos,...

stale

### Before creating an issue, please try the following - Are you on the latest version of ytdl-core? yes - To check, run `npm ls ytdl-core` yes - If you're...

Cannot download specific YouTube video with a silent fail. Video: `Nqumhb4BJpw` Format: `itag: 135` I noticed the referred format comes without a `contentLength` Here are some output I got by...