@talmobi/yt-play
v0.0.7
Published
play youtube video id with electron
Downloads
2
Readme
@talmobi/yt-play
DEPRECATED! Package renamed to yt-play-cli
Simple to use
npm install -g @talmobi/yt-play
# play known video id directly
yt-play rnQBF2CIygg
or
npm install -g @talmobi/yt-play
# enter interactive search and select mode
yt-play
About
Play youtube videos ( music only ) from the CLI using electron.
Uses yt-search and node-fzf to search for videos to play if no CLI videoId argument is provided.
Why
To test/try/play around with electron.
How
Using electron we simply go to the youtube page and play the video.. and attach some video event listeners and block ads.
Leaving video id cli argument empty you will enter search and select mode using yt-search and node-fzf
Arguments
$ yt-play [youtube-video-id]
If no video id is provided you will enter interactive search and select mode.
Installation
npm install -g @talmobi/yt-play
Test
No tests..