Mercurial > hg > hybrid-music-recommender-using-content-based-and-social-information
changeset 9:5b45b9f0540e
continue testing
author | Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk> |
---|---|
date | Tue, 14 Jul 2015 23:48:23 +0100 |
parents | 28f15e232028 |
children | cc503565339e |
files | Code/read_taste_profile.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Code/read_taste_profile.py Tue Jul 14 23:41:55 2015 +0100 +++ b/Code/read_taste_profile.py Tue Jul 14 23:48:23 2015 +0100 @@ -64,6 +64,7 @@ s = song.Song(next[:-2]) time.sleep(1) ss_tracks = s.get_tracks('7digital-UK') + print(len(ss_tracks)) if len(ss_tracks) != 0: ss_track = ss_tracks[0] preview_url = ss_track.get('preview_url')