zyrouge / node-youtube-ext

A simple YouTube scraper.
https://youtube-ext.js.org
MIT License
20 stars 5 forks source link
scrape youtube ytdl

YouTube Extractor

A simple YouTube scraper.

Documentation

⚠️ YouTube stream data is decoded by evaluating arbitrary JavaScript code. By default, youtube-ext uses eval or node:vm. Please install isolated-vm or @ohmyvm/vm to prevent security issues.

Features

Installation

npm install youtube-ext

Usage

const ytext = require("youtube-ext");
// or
import ytext from "youtube-ext";
// or
import { ... } from "youtube-ext";

Examples can be found here!

Links

Similar Packages

License

MIT