Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

no subtitles downloaded #48

Closed
przemyslawpluta opened this issue Nov 14, 2014 · 0 comments
Closed

no subtitles downloaded #48

przemyslawpluta opened this issue Nov 14, 2014 · 0 comments

Comments

@przemyslawpluta
Copy link
Owner

There seems to be an issues with the subtitles at the moment. With this no subtitles are downloaded only the video.

var fs = require('fs'),
   youtubedl = require('youtube-dl'),
   video = youtubedl('https://youtu.be/PizwcirYuGY', ['--max-quality=18', '--sub-lang=en', '--write-sub'], { cwd: __dirname });

video.pipe(fs.createWriteStream('PizwcirYuGY.mp4'))

But when you go directly video and subtitles are downloaded as expected.

./youtube-dl/bin/youtube-dl https://youtu.be/PizwcirYuGY --max-quality=18 --sub-lang=en --write-sub
@fent fent closed this as completed in 6cb55af Nov 22, 2014
mistakia pushed a commit to mistakia/node-youtube-dl that referenced this issue Nov 22, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant