Skip to content

Commit d510c0a

Browse files
committed
Add googlevideo to the local API dependencies
1 parent 8ced14c commit d510c0a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

credits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ FreeTube uses the following modules / projects:
3232
| [autolinker](https://github.com/gregjacobs/Autolinker.js) | MIT |
3333
| [bgutils-js](https://github.com/LuanRT/BgUtils) | MIT |
3434
| [electron-context-menu](https://github.com/sindresorhus/electron-context-menu) | MIT |
35+
| [googlevideo](https://github.com/LuanRT/googlevideo) | MIT |
3536
| [marked](https://github.com/markedjs/marked) | MIT |
3637
| [portal-vue](https://github.com/LinusBorg/portal-vue) | MIT |
3738
| [process](https://github.com/defunctzombie/node-process) | MIT |

usage/local-api.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ The Local API is one method of obtaining data from YouTube. For another method o
2626

2727
## Modules Used in the Local API
2828

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

3435
## Fallback
3536

0 commit comments

Comments
 (0)