Skip to content

Spotify downloader v1.3

Latest
Compare
Choose a tag to compare
@killuazoldyckreal killuazoldyckreal released this 23 Apr 06:57
· 17 commits to main since this release
ad0f2dc

What's New in v1.3

In version 1.3 of the Spotify Downloader, we've introduced several significant enhancements and features:

Demo

Web Page Setup

Implemented a web page interface for users to input Spotify song URLs or names for downloading.

API Service Integration

Removed yt-dlp support and integrated other API services for fetching songs, ensuring a seamless download experience.

Metadata Addition

Added metadata to downloaded songs before delivering the .mp3 files to users, enhancing the overall user experience.

Security Enhancements

Implemented security features such as CSRF tokens and restricted request origins for improved security.

Storage Cleanup

Implemented storage cleanup functionality to delete files after sending them to users, ensuring efficient use of storage resources.

Environment Variables

Moved sensitive information such as API keys and tokens to a separate .env file for improved security and ease of configuration.

Multiple API Setup

Configured two APIs to fetch songs, providing redundancy and ensuring robustness in case one API fails.

Playlist Download Removal

Removed the playlist download feature along with threading, with plans to incorporate it in future releases.