From 056f356377567eebbef503e8dedb86df6df07935 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Sat, 7 Jan 2023 11:17:08 +0100 Subject: [PATCH 1/2] Remove ytdl-core and yt-dash-manifest-generator --- credits.md | 2 -- usage/local-api.md | 16 +++++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/credits.md b/credits.md index 561d3c19..504c3ca2 100644 --- a/credits.md +++ b/credits.md @@ -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 | diff --git a/usage/local-api.md b/usage/local-api.md index 77e25243..d73c7b25 100644 --- a/usage/local-api.md +++ b/usage/local-api.md @@ -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 From d0cd4a5e2fc2ffd2130ba58fd867532d8ba240f9 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Sat, 7 Jan 2023 11:36:38 +0100 Subject: [PATCH 2/2] Bye proxy agents --- credits.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/credits.md b/credits.md index 504c3ca2..2b72987c 100644 --- a/credits.md +++ b/credits.md @@ -34,13 +34,10 @@ FreeTube uses the following modules / projects: | [browserify](https://github.com/browserify/browserify) | MIT | | [browserify-zlib](https://github.com/browserify/browserify-zlib) | MIT | | [electron-context-menu](https://github.com/sindresorhus/electron-context-menu) | MIT | -| [http-proxy-agent](https://github.com/TooTallNate/node-http-proxy-agent) | MIT | -| [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) | MIT | | [lodash.debounce](https://github.com/lodash/lodash) | MIT | | [marked](https://github.com/markedjs/marked) | MIT | | [nedb-promises](https://github.com/bajankristof/nedb-promises) | MIT | | [process](https://github.com/defunctzombie/node-process) | MIT | -| [socks-proxy-agent](https://github.com/TooTallNate/node-socks-proxy-agent) | MIT | | [video.js](https://github.com/videojs/video.js) | Apache-2.0 | | [videojs-contrib-quality-levels](https://github.com/videojs/videojs-contrib-quality-levels) | Apache-2.0 | | [videojs-http-source-selector](https://github.com/jfujita/videojs-http-source-selector) | MIT |