fent / node-ytdl-core

YouTube video downloader in javascript.
MIT License
4.53k stars 805 forks source link

Store tokens #39

Closed durimjusaj closed 9 years ago

durimjusaj commented 9 years ago

What if we store tokens and reuse them I have modified sig to request only once for tokens till now it's working. May this cause any problem in the feature ?

P.S. I did this in my project cause i need to fetch multiple videos from youtube at once.

fent commented 9 years ago

Do you mean the html5player file? Yeah it would be possible to store either a memory or file cache for them.

fent commented 9 years ago

And yeah, storing the tokens, not the entire file.