2.0.8 • Published 3 years ago

ytdl-core-telegram v2.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ytdl-core-telegram Mentioned in Awesome Telegram Calls

A ytdl-core wrapper for using with tgcallsjs.

Installation

npm i ytdl-core-telegram

Usage with gram-tgcalls

import ytdl from "ytdl-core-telegram";

await gramtgcalls.stream(-1001360315518, ytdl("https://youtu.be/woiW9veqHq4"));

Specifying bitrate and/or channels

ytdl("https://youtu.be/woiW9veqHq4", {
  channels: 1,
  bitrate: 48000,
});

Downloading from info

import ytdl from "ytdl-core-telegram";

ytdl.downloadFromInfo(await ytdl.getInfo("https://youtu.be/woiW9veqHq4"));

Inspiration

2.0.7

3 years ago

2.0.8

3 years ago

2.0.3

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.6

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago