mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
5 lines
152 B
Python
5 lines
152 B
Python
from irs.ripper import Ripper
|
|
|
|
print ("[*] Testing `playlist.py`")
|
|
Ripper().spotify_list("playlist", "IRS Testing", "prakkillian")
|
|
print ("[+] Passed!") |