1.0.7 • Published 10 months ago

toddys-youtube v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Toddys-youtube

Fork of @distube/youtube

Works with https://github.com/ybd-project/ytdl-core

Optimized memory + cpu

Faster (ig)

Use module instead of commonJS

Updated with latest youtube features (i hope so)

Installation

npm install toddys-youtube or pnpm add toddys-youtube

Usage

Creating the bot

import { DisTube } from 'distube'
import { ToddysPlugin } from "toddys-youtube";

const distube = new DisTube(client, {
  plugins: [
    new ToddysPlugin({}),
  ],
});

Changelog

Version 1.0.7

+ Updated @ybd-project/ytdl-core to 5.1.8
+ Removed some depreacted stuff
+ Oops (fixed errors 403)
+ Made the code more faster and efficient
+ Optimized cpu and ram by more
+ Removed old usage from @ybd-project/ytdl-core
+ Renamed YoutubePlugin to ToddysPlugin
1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago