ytmp3-js

A Node.js library offers an easy and uncomplicated method for downloading YouTube audio

MIT License

Downloads
185
Stars
1

Bot releases are visible (Hide)

ytmp3-js - v1.1.1 Stable

Published by mitsuki31 about 1 month ago

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/mitsuki31/ytmp3-js/compare/v1.1.0...v1.1.1

I sincerely apologize for the oversight in the previous release, where the 'bin' directory was mistakenly not included in the published package. This caused issues with running the commands. The issue has been fixed, and I appreciate your understanding and patience while resolving this.


SHASUM

15f168bc3167a23065c32753bbdd49060b24ee01  ytmp3-js-1.1.1.tgz
ytmp3-js - v1.1.0 Stable

Published by mitsuki31 about 1 month ago

What's Changed

🚀 New Features & Enhancements

🐛 Bug Fixes

📚 Documentation

🔬 Chores & Maintenances

🧩 Dependencies Updates

Full Changelog: https://github.com/mitsuki31/ytmp3-js/compare/v1.0.2...1.1.0


SHASUM

cb53b3eabfcedd2b9298a3eb08c963540a6a57bc  ytmp3-js-1.1.0.tgz
ytmp3-js - v1.0.2 Stable Latest Release

Published by mitsuki31 2 months ago

What's Changed

Full Changelog: https://github.com/mitsuki31/ytmp3-js/compare/v1.0.1...v1.0.2


SHASUM

9195832a0a1a6780696e2d9aae323a0c50051d94  ytmp3-js-1.0.2.tgz
ytmp3-js - v1.0.1 Stable

Published by mitsuki31 2 months ago

What's Changed

Full Changelog: https://github.com/mitsuki31/ytmp3-js/compare/v1.0.0...v1.0.1


SHASUM

907a22bb9a1d0447e9e5bf82298e960e5e78c455  ytmp3-js-1.0.1.tgz
ytmp3-js - v1.0.0 Stable

Published by mitsuki31 3 months ago

What's Changed

Full Changelog: https://github.com/mitsuki31/ytmp3-js/compare/v0.2.0...v1.0.0


SHASUM

222b0a85b3fc09bc2aafceeaa7c3d2afb788126c  ytmp3-js-1.0.0.tgz
ytmp3-js - v1.0.0-beta (Build 2)

Published by mitsuki31 4 months ago

What's Changed

Full Changelog: https://github.com/mitsuki31/ytmp3-js/compare/v1.0.0-b.1...v1.0.0-b.2

How to Install

  1. Download the asset from this release, recommended is ytmp3-js-1.0.0-beta.2.tgz.
  2. Install using npm
npm install ./ytmp3-js-1.0.0-beta.2.tgz
  1. And done, see the README file for CLI usage and API references.

SHASUM

6f6c24347edec9c8ed6588233bc0ca14041255fc  ytmp3-js-1.0.0-beta.2.tgz
ytmp3-js - v1.0.0-beta (Build 1)

Published by mitsuki31 4 months ago

What's Changed

Full Changelog: https://github.com/mitsuki31/ytmp3-js/compare/v0.2.0...v1.0.0-b.1

How to Install

  1. Download the asset from this release, recommended is ytmp3-js-1.0.0-beta.1.tgz.
  2. Install using npm
npm install ./ytmp3-js-1.0.0-beta.1.tgz
  1. And done, see the README file for CLI usage and API references.

SHASUM

c922230c87a816e0d29305a62b27fbb258618443  ytmp3-js-1.0.0-beta.1.tgz
ytmp3-js - 0.2.0

Published by mitsuki31 11 months ago

Changelogs

  • ytmp3 now supports single download by passing a YouTube URL on command-line argument.
  • ytmp3 will now automatically converts downloaded audio files to MP3 codec.
  • Configured the ESLint to lint the project.
  • Improved audio downloader.
  • Automated a logger for errors logging during downloading audio.
  • Other refactors and improvements.