youtube-ext
TypeScript icon, indicating that this package has built-in type declarations

1.1.25 • Public • Published

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

  • Faster and Better! (comparison)
  • Supports YouTube stream generation.
  • Supports YouTube search.
  • Supports YouTube video information.
  • Supports YouTube playlist information.
  • Supports YouTube channel information.
  • No key required!

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.25
    679
    • latest

Version History

Package Sidebar

Install

npm i youtube-ext

Weekly Downloads

892

Version

1.1.25

License

MIT

Unpacked Size

88.4 kB

Total Files

31

Last publish

Collaborators

  • zyrouge