mafintosh / playback

Video player built using electron and node.js
https://mafintosh.github.io/playback/
MIT License
2.01k stars 237 forks source link

youtube playlist + offline support #34

Open max-mapper opened 9 years ago

max-mapper commented 9 years ago

the killer feature for me (that isnt implemented yet) is youtube playlist support with offline

use case: open a youtube playlist url in playback. it should add all videos to the playlist. then it should immediately download all videos in the playlist so I can watch them offline

this would require a sort of 'downloads' folder I think for downloaded videos to go in to

Glavin001 commented 9 years ago

Could use https://github.com/fent/node-youtube-dl to download YouTube videos.

Update: Nevermind. Playback is using https://github.com/fent/node-ytdl-core

It would be nice to have YouTube Playlists and Offline support. These should probably be separate issues.