Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.41 KB

GitHub stars GitHub forks GitHub license GitHub issues

SongSara Scraper & Downloader

Why you need this script?

If you want to download all songs on an album or playlist in SongSara, you have to buy VIP account or download each track one by one. This process is time consumer.

Requirements

  • Python >=3.4
  • Python module requests
  • Python module BeautifulSoup

How to use?

  1. install required packages with pip3 install -r requirements.txt
  2. Copy pages' link to input_url_list.txt. One link per line.
  3. Run script with:
    python3 songsara.py

What does script do?

  • scrap and get links of songs in each page
  • create a local folder for each page
  • download each song to that if not exists

Is this script Legal?

Absolutely yes. Because SongSara lets you download songs one by one.