Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ Icon
# Files that might appear on external disk
.Spotlight-V100
.Trashes
node_modules
coverage
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Youtube Lite allows you to lazyload youtube videos into your NodeBB Forum with n


##Changes in V3
0.6.0
- Works with NodeBB 1.0
- Moved most of the work to the server, to include API calls (keeps API key
from being exposed to users).
- LRU cache to reduce quota usage.
- Supports `t=`, '`start=`', `end=` query string parameters
- With valid API key displays title, channel and duration information
- Support `#` in query strings
0.5.0
- Plugin now supports [Youtube API v3](https://developers.google.com/youtube/v3/?hl=en)

Expand Down
Loading