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