irs/tests/song.py
2017-03-13 21:41:38 -07:00

5 lines
131 B
Python

from irs.ripper import Ripper
print ("[*] Testing `song.py`")
Ripper().song("Da Frame 2R", "Arctic Monkeys")
print ("[+] Passed!")