Skip to content

sahmaragaev/spotify-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Spotify Playlist Song Downloader

This project scrapes songs and their authors from a Spotify playlist without using Selenium. It uses beautifulsoup4 for scraping the playlist and pytube to search and download the songs from YouTube.

Features

  • Scrape song names and author names from a Spotify playlist without browser automation.
  • Search for the song on YouTube using the song and author names.
  • Download the highest quality available version of the song from YouTube.

Requirements

Python Libraries:

  • beautifulsoup4: For HTML parsing and scraping.
  • requests: For sending HTTP requests to the Spotify playlist URL.
  • pytube: For searching and downloading YouTube videos.

Installation

  1. Clone the repository:
    git clone https://github.com/sahmaragaev/spotify-downloader/
    cd spotify-downloader

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages