mathiasvr / youtube-terminal

:tv: Stream YouTube videos as ascii art in the terminal!
MIT License
108 stars 9 forks source link

Update dependencies to the latest version #6

Closed ghaiklor closed 3 years ago

ghaiklor commented 4 years ago

You have a speaker dependency, that is out-of-date and does not build on Node.js v12 (which is LTS as the moment).

This issue was fixed in latest version of speaker, so all you need to do is update dependencies.

mathiasvr commented 4 years ago

Thanks, I took a look at it but it seems that the audio/video data parsed with ytdl from youtube has changed too much for me to figure it out right now 😕

Seledrex commented 4 years ago

Hope you can fix it soon! Looks like a fun thing to try :eyes:

ghaiklor commented 4 years ago

There is nothing to fix, I threw away the code I was using from this module and just copy-pasted it where I needed. After updating to the latest version everything worked the same as before.

ghaiklor commented 3 years ago

Closing this one as stale