|
|
|
@ -194,7 +194,7 @@ class SpotifyMasterList(object):
@@ -194,7 +194,7 @@ class SpotifyMasterList(object):
|
|
|
|
|
logging.debug('getting every playlist from user %s'%(self.username)) |
|
|
|
|
|
|
|
|
|
# Fencepost |
|
|
|
|
step = 200 |
|
|
|
|
step = 50 |
|
|
|
|
|
|
|
|
|
############ |
|
|
|
|
# Throttle API calls here |
|
|
|
@ -338,7 +338,7 @@ class SpotifyMasterList(object):
@@ -338,7 +338,7 @@ class SpotifyMasterList(object):
|
|
|
|
|
|
|
|
|
|
# For each playlist id: |
|
|
|
|
for i, pid in enumerate(self.master_list): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logging.debug('now processing playlist %d of %d'%(i+1, len(self.master_list))) |
|
|
|
|
|
|
|
|
|
# Get the playlist details |
|
|
|
|