All Projects → SwapnilSoni1999 → Spotify Dl

SwapnilSoni1999 / Spotify Dl

Licence: mit
Spotify Downloader and alternative of Spotdl(python) tool made in NodeJS based on youtube-dl

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Spotify Dl

vdm
GUI for command-line video downloader (youtube-dl annie)
Stars: ✭ 1,911 (+347.54%)
Mutual labels:  downloader, youtube-dl
spotifydl
Download music from Spotify with complete album art and metadata
Stars: ✭ 52 (-87.82%)
Mutual labels:  downloader, youtube-dl
southparkdownloader
A downloader for episodes from southpark.de
Stars: ✭ 25 (-94.15%)
Mutual labels:  downloader, youtube-dl
Vividl
Modern Windows GUI for youtube-dl/ yt-dlp
Stars: ✭ 189 (-55.74%)
Mutual labels:  downloader, youtube-dl
openload dl
A python library and CLI tool that makes easy to download files from openload.co
Stars: ✭ 36 (-91.57%)
Mutual labels:  downloader, youtube-dl
sapfy
Spotify daemon recorder and downloader
Stars: ✭ 55 (-87.12%)
Mutual labels:  spotify, downloader
youtube-dl-wpf
A simple GUI wrapper for youtube-dl and yt-dlp.
Stars: ✭ 358 (-16.16%)
Mutual labels:  downloader, youtube-dl
youtube-downloader-python
You can download the YouTube video for free and convert it to any extension you want.
Stars: ✭ 20 (-95.32%)
Mutual labels:  downloader, youtube-dl
YoutubeSpotifyDL
Youtube and Spotify music downloader with metadata.
Stars: ✭ 66 (-84.54%)
Mutual labels:  spotify, downloader
youtube-dlc
Command-line program to download various media from YouTube.com and other sites
Stars: ✭ 1,225 (+186.89%)
Mutual labels:  downloader, youtube-dl
mmdl
MMDL (Mega Music Downloader) - A tool to easily download music.
Stars: ✭ 29 (-93.21%)
Mutual labels:  downloader, youtube-dl
ypc
Convert text/spotify/deezer albums/playlists to youtube urls and audio/video files.
Stars: ✭ 17 (-96.02%)
Mutual labels:  spotify, youtube-dl
youtube-dl-batch
Simple batch files for simplifying basic usage of https://github.com/rg3/youtube-dl Windows .exe releases
Stars: ✭ 55 (-87.12%)
Mutual labels:  downloader, youtube-dl
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (-66.51%)
Mutual labels:  downloader, youtube-dl
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (-69.56%)
Mutual labels:  downloader, youtube-dl
Music-Discord-Bot
A music Discord bot with more than 30+ commands which allows to play music on your server efficiently. Supports Youtube, Spotify, Deezer and Soundcloud links. Skips intros and blanks in the music with Sponsorblock.
Stars: ✭ 57 (-86.65%)
Mutual labels:  spotify, youtube-dl
Spotifydownload
A dependency-free Spotify playlist downloader that should just work
Stars: ✭ 245 (-42.62%)
Mutual labels:  spotify, downloader
CoverMaster
Download covers arts from Spotify and Soundcloud and embeds them to your MP3 files. (My first GUI attempt in python.)
Stars: ✭ 64 (-85.01%)
Mutual labels:  spotify, downloader
yt-interval
Flask app to download YT videos in intervals. Eg. from start to 30 seconds: start-30
Stars: ✭ 47 (-88.99%)
Mutual labels:  downloader, youtube-dl
URTube
URTube, a YouTube video to MP3 downloader built in NodeJs and Electron
Stars: ✭ 20 (-95.32%)
Mutual labels:  downloader, youtube-dl

Spotify Downloader



Download audio files from spotify links

 

Required

Get FFMPEG

spotifydl

A simple commandline utility that allows you to download Spotify Songs,Playlist and Albums from Youtube.


Installation

NPM

Install from npm registry

npm install -g spotify-dl

or You can do manually

git clone https://github.com/SwapnilSoni1999/spotify-dl
cd spotify-dl
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/SwapnilSoni1999/spotify-dl
cd spotify-dl
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 Usage
-o takes valid output path argument
--es takes extra search string/term to be used for youtube search

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].