mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-24 20:25:17 +00:00
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:
parent
7c2c8fdf6b
commit
871d841ebd
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue