[nodebb-plugin-youtube-lite] Server side modifications
-
I've put a bit of work into transfering the work done in the Youtube Lite plugin from the client to the server:
https://github.com/boomzillawtf/nodebb-plugin-youtube-lite/tree/server-sideFor one, the API key wasn't being sent to the client, and for two, it shouldn't be. It gracefully degrades if you don't have an API key and uses an LRU cache to keep API usage to a minimum.
-
Seems good to me
Pull request maybe? -
@exodo Just put it in:
Server side by boomzillawtf · Pull Request #30 · a5mith/nodebb-plugin-youtube-lite
These changes simplify the client handling. The API calls are all done on the server (and cached with an LRU to minimize quota usage) with graceful degradation without an API key. Above the video, ...
GitHub (github.com)
-
I'm sure he's still there. Nothing wrong with forking though, you could always merge later.
Copyright © 2024 NodeBB | Contributors