irs/tests/song.py

10 lines
290 B
Python
Raw Normal View History

2017-06-06 02:48:57 +00:00
# from irs.ripper import Ripper
2017-03-09 04:21:52 +00:00
2017-06-06 02:48:57 +00:00
# print ("[*] Testing `song.py`")
print("Currently spotify has made it required for you to have a token to \
search through songs, so I'm skipping testing this file for Travic CI.")
# Ripper().song("Da Frame 2R", "Arctic Monkeys")
# print ("[+] Passed!")