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

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