Skip to content
/ Yank Public

🎶 Download Spotify songs and playlists directly from the web using Yank.

License

Notifications You must be signed in to change notification settings

G3VV/Yank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Yank

Yank is a lightweight online spotify song downloader with easy setup.

Features

  • Download Spotify Songs: Yank enables you to download songs directly from Spotify.
  • Song Caching: Yank caches songs to prevent unnecessary API calls and to speed up the download process.
  • High Quality Audio: Yank downloads songs in high-quality audio formats for an optimal listening experience.
  • Metadata Retrieval: Yank fetches metadata information like artist, album, and track name.

Try it yourself!

  1. Head to https://yank.g3v.co.uk/track/3v0uXfyMEZ1lGvBOv1Y4ar
  2. Replace 3v0uXfyMEZ1lGvBOv1Y4ar with a Spotify song ID and wait for it to download.

Want to download a playlist?

  1. Head to https://yank.g3v.co.uk/playlist/6V1papmDzwR16G3PBZEjTI
  2. Replace 6V1papmDzwR16G3PBZEjTI with a Spotify playlist ID and wait for it to download.
  • Can take significantly longer depending on the playlist size.

Prerequisites

  • Python: Yank is written in Python and requires Python 3.6 or higher to run.
  • Spotify Developer Account: You'll need to create a Spotify Developer account and obtain API credentials.
  • Deezer ARL: You'll need your accounts ARL, usually stored in the cookies of the Deezer website.

Installation

  1. Clone the repository:
git clone https://github.com/G3VV/yank.git
cd yank
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Set up the .env file.
deezer_arl=DEEZER_ACCOUNT_ARL # Your deezer account ARL cookie or https://www.youtube.com/watch?v=QEpZlWanx8g
spotify_id=SECRET_ID # spotify client id @ https://developer.spotify.com/dashboard
spotify_secret=SPOTIFY_SECRET # spotify client secret @ https://developer.spotify.com/dashboard

port = 7000 # Port to run the server on

Usage

  1. Open a terminal and navigate to the Yank directory:
cd /path/to/yank
  1. Run Yank:
python index.py
  1. Go to http://localhost:7000/track/<track_id>

Replace track_id with the actual Spotify track ID.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Star History Chart