1.0.9 • Published 2 years ago

ytdownloader.js v1.0.9

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

ytdownloader.js

Youtube Downloader - https://yt1s.io

Importing the Module (TS)

import { Youtube } from 'ytdownloader.js'

Importing the Module (JS)

const { Youtube } = require('ytdownloader.js')

Search Videos

await new Youtube().ytsearch("LSD - Genius")

Search and Downloading Videos

// MP3
await new Youtube().ytmp3("LSD - Genius", true)

// MP4
await new Youtube().ytmp4("LSD - Genius", true)

Download via URL

// MP3
await new Youtube().ytmp3("https://www.youtube.com/watch?v=iX66G5DzIQ4", false)

// MP4
await new Youtube().ytmp4("https://www.youtube.com/watch?v=iX66G5DzIQ4", false)

Response:

dl_link: string;
thumbnail: string;
title: string;
quality: string;
qualitys: string[];
url: string;
channel: string;
needSearch: boolean;
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago