Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 0 additions & 2 deletions credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ FreeTube uses the following modules / projects:
| [vuex](https://github.com/vuejs/vuex) | MIT |
| [youtubei.js](https://github.com/LuanRT/YouTube.js) | MIT |
| [yt-channel-info](https://github.com/FreeTubeApp/yt-channel-info) | ISC |
| [yt-dash-manifest-generator](https://github.com/FreeTubeApp/yt-dash-manifest-generator) | GPLv3 |
| [ytdl-core](https://github.com/fent/node-ytdl-core) | MIT |
16 changes: 7 additions & 9 deletions usage/local-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ The Local API is one method of obtaining data from YouTube. For another method o

## Modules Used in the Local API

| Name | License | Functionality | Maintained By the FreeTube Team? |
| ---------------------------------------------------------------------------------------- | ------- | -------------------------------------------------------- | -------------------------------- |
| [youtube-chat](https://github.com/FreeTubeApp/youtube-chat) | MIT | Live Chat | Yes |
| [youtubei.js](https://github.com/LuanRT/YouTube.js) | MIT | Search Functionality + Suggestions, Playlists, Trending | No |
| [ytdl-core](https://github.com/fent/node-ytdl-core) | MIT | Obtain Video Information | No |
| [videojs-vtt-thumbnails-freetube](https://github.com/FreeTubeApp/videojs-vtt-thumbnails) | MIT | Handle Video Thumbnails / Storyboards | Yes |
| [yt-channel-info](https://github.com/FreeTubeApp/yt-channel-info) | ISC | Channel Info / Search | Yes |
| [yt-comment-scraper](https://github.com/FreeTubeApp/yt-comment-scraper) | GPL-3.0 | Comment Info / Sort | Yes |
| [yt-dash-manifest-generator](https://github.com/FreeTubeApp/yt-dash-manifest-generator) | GPL-3.0 | Generate DASH Files | Yes |
| Name | License | Functionality | Maintained By the FreeTube Team? |
| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------ | -------------------------------- |
| [youtube-chat](https://github.com/FreeTubeApp/youtube-chat) | MIT | Live Chat | Yes |
| [youtubei.js](https://github.com/LuanRT/YouTube.js) | MIT | Search Functionality + Suggestions, Playlists, Trending, Obtain Video Information, Generate DASH Files | No |
| [videojs-vtt-thumbnails-freetube](https://github.com/FreeTubeApp/videojs-vtt-thumbnails) | MIT | Handle Video Thumbnails / Storyboards | Yes |
| [yt-channel-info](https://github.com/FreeTubeApp/yt-channel-info) | ISC | Channel Info / Search | Yes |
| [yt-comment-scraper](https://github.com/FreeTubeApp/yt-comment-scraper) | GPL-3.0 | Comment Info / Sort | Yes |

## Fallback

Expand Down