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

5 lines
152 B
Python

from irs.ripper import Ripper
print ("[*] Testing `playlist.py`")
Ripper().spotify_list("playlist", "IRS Testing", "prakkillian")
print ("[+] Passed!")