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";