npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

spotifydl-music

v1.1.8

Published

Spotify Songs, Playlist & Album Downloader

Downloads

28

Readme

Spotify Downloader

 

Original

spotify-dl made by SwapnilSoni1999

Required

Get FFMPEG

Node.js 14

Note: if you run into issues related to puppeteer chromium download please try PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm install -g spotifydl-music

spotifydl-music

A simple commandline utility that allows you to download Spotify Songs, Shows, Episodes, Playlists and Albums from Youtube music. The important difference from the original spotify-dl is, that this is actually pulling the songs from youtube music as a song, so it will download official songs.

PLEASE NOTE:

  • The ability to find a video is dependent on the fact it is hosted on youtube, and even then there is a chance it is still incorrectly matched
  • Some items may only be available to spotify premium users, please be sure to provide a username and password when this is the case
  • It is very likely that the song is only found if it is an actual song on youtube music too.

Installation

NPM

Install from npm registry

npm install -g spotifydl-music

or You can do manually

git clone https://github.com/Fiotux/spotifydl-music
cd spotifydl-music
npm install
npm link

Android (Termux)

PS: You may need to type termux-setup-storage first and allow storage permission

sh -c "$(curl -fsSL https://raw.githubusercontent.com/SwapnilSoni1999/spotify-dl/master/tools/termux.sh)"

Docker

Build docker image:

git clone https://github.com/Fiotux/spotifydl-music
cd spotifydl-music
docker build -t spotify-dl .

Usage

To download highest quality audio file

spotifydl <spotify track/album/playlist link> ...

 

Example

spotifydl https://open.spotify.com/track/xyz

Options

| Flag | Long Flag | Usage | | ----- | ------------------- | ------------------------------------------------------------------------------------------------------- | | --o | --output | takes valid output path argument | | --es | --extra-search | takes extra search string/term to be used for youtube search | | --oo | --output-only | enforces all downloaded songs in the output dir | | --sf | --search-format | provide template for youtube api, supportsalbumName, artistName,itemName | | | | "something {itemName} - {albumName} anyrandomextrastring" | | --of | --output-format | provide template for output of filenames, supportsalbumName, artistName,itemName | | | | 3 x _ are used to signify directories | | | | "something___{artistName}{albumName}{itemName}" | | --ef | --exclusion-filters | comma separated string of exclusion filters | | | | each filter will be checked against the description and title if found the link will be ignored | | --st | --saved-tracks | download spotify saved tracks | | --ss | --saved-songs | download spotify saved shows | | --sp | --saved-playlists | download spotify saved playlists | | --sa | --saved-albums | download spotify saved albums | | --l | --login | Requests a login in an external window (non tty should use --u and --p) (Docker without -it is non tty) | | --u | --username | spotify username for headless long (Note: you must use --login once to grant access) | | --p | --password | spotify password | | --cf | --cache-file | takes valid output file name path argument | | --dr | --download-report | output a download report of what files failed | | --cof | --cookie-file | takes valid file name path argument to a txt file for youtube cookies | | --v | --version | returns current version | | --h | --help | outputs help text | | --dl | --download-lyrics | enables downloading of lyrics | | --oft | --output-file-type | choose which type of file to be output as |

Notes

To use --u and --p (headless login) you must do a --l once first to grant required permissions (playlists, saved songs ect.)

if you receive 'Got a spotify api error WebapiRegularError: An error occurred while communicating with Spotify's Web API Details: non existing id' you may need to provide auth either use --l for manual login prompt or --u username --p password for headless login

If you receive a 429 error please provide a cookies file given the --cof flag, to generate a cookies file please refer to Chrome or Firefox

Docker

docker run -it --user=$(id -u):$(id -g) -v $(pwd):/download --rm spotify-dl <options-to-spotify-dl defaults to --help>
docker run -it --user=$(id -u):$(id -g) -v $(pwd):/download --rm spotify-dl "https://open.spotify.com/...."

Acknowledgements

thanks to icons8 for icons in hero image and all the contributors for PR, suggestions and testing :love:

 

License

MIT © Swapnil Soni