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

handle downloads of videos from youtube playlist #24

Merged
merged 6 commits into from
Apr 8, 2014
Merged

handle downloads of videos from youtube playlist #24

merged 6 commits into from
Apr 8, 2014

Conversation

przemyslawpluta
Copy link
Owner

It looks like youtube playlists aren't handled at the moment. This should return an array or videos if playlist have been passed and lists of formats for all the videos in the playlist.

var video = youtubedl('https://www.youtube.com/playlist?list=PLtl803dIwdQlNse-M9TQxWEguwTgEs3Gl', ['--max-quality=18']);

Did not have a time to implement download cue yet

If looks like youtube playlists aren't handled at the moment. This should return an array or videos if playlist have been passed. 

```
var video = youtubedl('https://www.youtube.com/playlist?list=PLtl803dIwdQlNse-M9TQxWEguwTgEs3Gl', ['--max-quality=18']);
``` 

Did not have a time to implement download cue https://github.com/fent/node-youtube-dl/blob/master/lib/youtube-dl.js#L30-64 yet
if (result) {
formats.push({
id : status,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@przemyslawpluta
Copy link
Owner Author

Still requires a rewrite of the download cue

fent pushed a commit that referenced this pull request Apr 8, 2014
handle downloads of videos from youtube playlist
@fent fent merged commit e144066 into przemyslawpluta:master Apr 8, 2014
@fent
Copy link
Collaborator

fent commented Apr 8, 2014

Thank you :)

v1.5.0 published to npm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants