add deprecation notice to youtube.js and innertube.js (#606)

* docs: formatted readme.md

* fix readme issues and add links

* docs: update readme links

* docs: 📝 added deprecation warning for innertube.js and youtube.js
This commit is contained in:
Alex 2023-03-01 17:24:45 +13:00 committed by GitHub
parent 7c2c8fdf6b
commit 871d841ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

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