mafintosh / playback

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

Ability to watch youtube and vimeo URLs by pasting their page URLs #92

Closed balupton closed 8 years ago

balupton commented 8 years ago

Would be nice to be able to pass something like https://youtu.be/cJ6PpX6xg-E?t=598 and have playback show the youtube media player inside it, or whatever is needed to play it.

Benefit for me would be able to watch a youtube video in a smaller resizeable video player, rather than in a web browser of which I am probably doing other things.

bmathews commented 8 years ago

@balupton You should be able to paste the non-shortened youtube url into playback. Try that? https://www.youtube.com/watch?v=cJ6PpX6xg-E

balupton commented 8 years ago

@bmathews yep it worked, I'll send a PR, one moment