From 871d841ebd0829e52ca9a63b2ed655ece1c418f6 Mon Sep 17 00:00:00 2001 From: Alex <56329333+404-Program-not-found@users.noreply.github.com> Date: Wed, 1 Mar 2023 17:24:45 +1300 Subject: [PATCH] add deprecation notice to youtube.js and innertube.js (#606) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: formatted readme.md * fix readme issues and add links * docs: update readme links * docs: ๐Ÿ“ added deprecation warning for innertube.js and youtube.js --- NUXT/plugins/innertube.js | 4 ++++ NUXT/plugins/youtube.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/NUXT/plugins/innertube.js b/NUXT/plugins/innertube.js index 8c4011d..075f628 100644 --- a/NUXT/plugins/innertube.js +++ b/NUXT/plugins/innertube.js @@ -1,3 +1,7 @@ +//โš ๏ธ๐Ÿšง WARNING: THIS FILE IS IN MAINTENANCE MODE ๐Ÿšงโš ๏ธ +// DO NOT ADD NEW FEATURES TO THIS FILE. INNERTUBE.JS IS NOW A SEPARATE LIBRARY +// contribute to the library here: https://github.com/VueTubeApp/Vuetube-Extractor + // Code specific to working with the innertube API // https://www.youtube.com/youtubei/v1 diff --git a/NUXT/plugins/youtube.js b/NUXT/plugins/youtube.js index d7e1057..889d0ce 100644 --- a/NUXT/plugins/youtube.js +++ b/NUXT/plugins/youtube.js @@ -1,3 +1,7 @@ +//โš ๏ธ๐Ÿšง WARNING: PARTS OF THIS FILE IS IN MAINTENANCE MODE ๐Ÿšงโš ๏ธ +// PARTS OF THIS FILE WILL BE REPLACED WITH A SEPARATE LIBRARY +// contribute to the library here: https://github.com/VueTubeApp/Vuetube-Extractor + //--- Modules/Imports ---// import { Http } from "@capacitor-community/http"; import Innertube from "./innertube";