1
1
Fork 0
mirror of https://github.com/cooperhammond/irs.git synced 2025-01-11 20:35:27 +00:00
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!")