1.7.7 • Published 2 years ago

ydl-text v1.7.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

YDL-Text

A (pretty much) all encompassing cli wrapper for FFMpeg and YoutubeDL in downloading music from online. Curated for the main intent of downloading kirtan.

Installation

Currently, this project is in nodejs, so there is no available executable install. A Rust rewrite is planned to support that, but for now, only NPM install is available

$ npm install ydl-text

You also need youtube-dl and ffmpeg installed.

Commands

This package has four main commands: Download, Cut, Metadata, and Convert

Usage: ydl-text [options] [command]

mass install music

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  download|d      install shabads with a text file
  metadata|m      assign metadata to a file
  cut|c           cut a file with timestamps
  convert|f       either convert audio to m4a or img to jgp
  help [command]  display help for Commands

Download

ydl-text d -h
Usage: download [options] <path> [output]

Options:
  -a, --audio             download only audio (no video)
  -l, --format-list       show a list of formats available to download
  -t, --attach-thumbnail  download and attach thumbnail
  -i, --only-image        download only the thumbnail
  --youtube [string]      override default format for youtube or youtu.be
  --soundcloud [string]   override default format for soundcloud or undefined
  --instagram [string]    override default format for instagram or undefined
  -h, --help              display help for commands

The download command is a wrapper for youtube-dl (or yt-dlp if you create an alias in your shell).

This command does not currently support all youtube-dl flags, although it is planned here.

**Note: Due to some issues (mainly minor issues regarding displaying the correct data with the progress bar), this script downloads videos one by one (although to be honest, it pretty much did downlod those videos one by one anyways even when it supported the async tasks running concurrently)

1.7.7

2 years ago

1.7.2

2 years ago

1.6.2

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.18

3 years ago

1.5.17

3 years ago

1.5.19

3 years ago

1.5.21

3 years ago

1.5.20

3 years ago

1.5.14

3 years ago

1.5.16

3 years ago

1.5.15

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.5.10

3 years ago

1.5.9

3 years ago

1.5.8

3 years ago

1.5.12

3 years ago

1.5.7

3 years ago

1.5.11

3 years ago

1.5.6

3 years ago

1.5.13

3 years ago

1.0.0

3 years ago