zyrouge / node-youtube-ext

A simple YouTube scraper.

Home Page:https://youtube-ext.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple YouTube scraper.

https://youtube-ext.js.org

License:MIT License


Languages

Language:TypeScript 100.0%