irs/tests/album.py

5 lines
141 B
Python
Raw Normal View History

2017-03-09 04:24:19 +00:00
from irs.ripper import Ripper
2017-03-09 04:21:52 +00:00
2017-03-14 04:41:38 +00:00
print ("[*] Testing `album.py`")
Ripper().spotify_list("album", "Da Frame 2R / Matador")
print ("[+] Passed!")