irs/tests/playlist.py

5 lines
152 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 `playlist.py`")
Ripper().spotify_list("playlist", "IRS Testing", "prakkillian")
print ("[+] Passed!")