1.0.7 • Published 12 months ago

toddys-youtube v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
12 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

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago