fent / fent/node-ytdl-core

Some download formats don't work to download as video

Open
#910 4 comments 3 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
4.7k
Forks
852
PR merge metrics
No merged PRs in 30d

Description

I'm writing a simple youtube downloading tool on an express server and most of the videos I'm testing with are fine.

My script turns out the best video format with ytdl.getInfo and when i'm trying to download this with ytdl.downloadFromInfo and save it to file with fs.createWriteStream i'm getting a 0 bytes file. Other formats work for this video and download is fine.

Example video I used: owic2j9FcMg
itags 303 and 299 don't work, which both have the best quality.

Even with the quality option: 'highestvideo' it returns a 0 byte video.

I hope you can help me with that :)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.