irs/tests/song.py

6 lines
132 B
Python

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