TiborUdvari / fma_scraper

Selenium Chrome automation to download music from the Free Music Archive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free Music Archive Scraper

Downloading music from the Free Music Archive using the Chrome Web Driver with python 2.

Instructions

  • Install Chrome Driver
pip install selenium
wget https://chromedriver.storage.googleapis.com/2.43/chromedriver_mac64.zip
unzip chromedriver_mac64.zip
chmod +x chromedriver
mv chromedriver ~/bin
rm chromedriver_mac64.zip
  • Adapt URL to your needs
  • Launch download with python main.py

About

Selenium Chrome automation to download music from the Free Music Archive


Languages

Language:Python 100.0%