yt-scrapper

1.1.4 • Public • Published

yt-scrapper

Coverage Status install size

This module let you to download the audio files of a video playlist or all channel's playlists on YouTube in MP3 format. It exposes API the yts command line command to download single or multiple audio.

You must use this module/cli respecting the YouTube's Copyright Policies.

Install

Requirements

Usage

CLI - Command Line Interface

# NPM Global
npm install yt-scrapper  -g
yts <video_id or playlist_id>

Run yts --help to see all the options!!

The cli is very simple and quick-and-dirty:

Examples:

# Download channel's playlists
yts PLAv2aQ9JgGbVcUtDpuiTB9WgaMljCUpa_ -p

# Download playlist
yts OLAK5uy_mJoXRJ0NQey9QqGgZ2Vw9pI657EvfkQmI -c

# Download audio
yts 2bexTB7xq_U

FFMPEG

This program needs ffmpeg. It is a free program that elaborate video and audio stream. It can be download also in the portable .zip without installation!

To config the ffmpeg path you can run the script in a cmd shell like this:

yts ZIyyj2FrVI0 -F /ffmpeg/bin

Or more simply run the yd command from the directory where ffmpeg is saved:

cd download/ffmpeg/bin
yts ZIyyj2FrVI0

License

Copyright MIT.

Package Sidebar

Install

npm i yt-scrapper

Weekly Downloads

0

Version

1.1.4

License

MIT

Unpacked Size

7.69 kB

Total Files

5

Last publish

Collaborators

  • ku3mich