cooperhammond / irs

:guitar: :notes: A music downloader that understands your metadata needs.
MIT License
381 stars 26 forks source link

How to use this from within a Python program? #44

Closed NightMachinery closed 5 years ago

cooperhammond commented 5 years ago
import irs
irs.glue.Song("Bohemian Rhapsody", "Queen").grab_it()

That is a simple example for downloading a song. Look in the cli.py file to get a rough idea of how it works.