Skip to content
Draft
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
1 change: 1 addition & 0 deletions credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ FreeTube uses the following modules / projects:
| [autolinker](https://github.com/gregjacobs/Autolinker.js) | MIT |
| [bgutils-js](https://github.com/LuanRT/BgUtils) | MIT |
| [electron-context-menu](https://github.com/sindresorhus/electron-context-menu) | MIT |
| [googlevideo](https://github.com/LuanRT/googlevideo) | MIT |
| [marked](https://github.com/markedjs/marked) | MIT |
| [path-browserify](https://github.com/browserify/path-browserify) | MIT |
| [portal-vue](https://github.com/LinusBorg/portal-vue) | MIT |
Expand Down
9 changes: 5 additions & 4 deletions usage/local-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ The Local API is one method of obtaining data from YouTube. For another method o

## Modules Used in the Local API

| Name | License | Maintained By the FreeTube Team? |
| --------------------------------------------------- | ------- | -------------------------------- |
| [youtubei.js](https://github.com/LuanRT/YouTube.js) | MIT | No |
| [bgutils-js](https://github.com/LuanRT/BgUtils) | MIT | No |
| Name | License | Maintained By the FreeTube Team? |
| ---------------------------------------------------- | ------- | -------------------------------- |
| [youtubei.js](https://github.com/LuanRT/YouTube.js) | MIT | No |
| [bgutils-js](https://github.com/LuanRT/BgUtils) | MIT | No |
| [googlevideo](https://github.com/LuanRT/googlevideo) | MIT | No |

## Fallback

Expand Down
Loading