yt2json
v1.0.13
Published
A simple YouTube scraper.
Maintainers
Readme
🎬 yt2json Lightweight YouTube scraper
A simple YouTube scraper originally based on zyrouge/node-youtube-ext, updated and fixed to work with the latest YouTube changes.
✨ Features
- 📺 Fetch video information
- 👤 Fetch channel information
- 🔑 No API key required
📦 Installation
npm install yt2json🚀 Usage
CommonJS
const yt2json = require("yt2json");ES Modules
import yt2json from "yt2json";Named imports
import { /* functions */ } from "yt2json";📖 Examples
Check out usage examples here:
👉 /examples
🔗 Links
- 📚 Documentation: https://youtube-ext.js.org (based on original project, custom docs coming soon)
- 📦 NPM: https://www.npmjs.com/package/yt2json
- 💻 GitHub: https://github.com/uniqbtw/yt2json
⚠️ Disclaimer
This project is not affiliated with YouTube. Use responsibly and respect YouTube's Terms of Service.
📄 License
Licensed under the MIT License. See LICENSE for details.
