Skip to content

hhojatansari/Songsara-Music-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Songsara-Music-Downloader

Download all the music available on the pages of Songsara.Net

Usage

from src.audio_url_scraper import AudioURLScraper

songsara = AudioURLScraper()
songsara.find_all_audio_url(<url>)  # Enter page url e.g. 'https://songsara.net/138538/'
songsara.download(<path>)  # Enter path to download files e.g. 'downloads'

How To Run?

  • Clone

    git clone git@github.com:hhojatansari/Songsara-Music-Downloader.git
    cd Songsara-Music-Downloader
  • Requirements

    python3 -m venv venv
    . venv/bin/activate
    pip3 install -r requirements.txt
  • Run

    python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages