JSPM

  • Created
  • Published
  • Downloads 203
  • Score
    100M100P100Q95319F
  • License MIT

A simple YouTube scraper and downloader.

Package Exports

  • youtube-ext
  • youtube-ext/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (youtube-ext) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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!

Similar Packages

License

MIT