discord-player-googlevideo
A discord-player extractor using YouTube SABR streaming with googlevideo and youtubei.js

Installation
pnpm add discord-player-googlevideo
[!IMPORTANT]
Ensure your environment contains the necessary system libraries for node-canvas to work.
Usage
import { Player } from 'discord-player';
import { YoutubeSabrExtractor } from 'discord-player-googlevideo';
const player = new Player(client);
await player.extractors.register(YoutubeSabrExtractor, {});
Related
Legal
Please read the Legal Disclaimer before using this software.
AI disclosure
This project contains code generated by Large Language Models (LLMs), under human supervision and proofreading.
License
MIT