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

5 lines
141 B
Python

from irs.ripper import Ripper
print ("[*] Testing `album.py`")
Ripper().spotify_list("album", "Da Frame 2R / Matador")
print ("[+] Passed!")