mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Repo in one folder, typos + additions, better layout (#105)
* fix #100 * typos and additions * better layout for playlists * typo typo and some changes * was in the wrong line * also changed path to avconv.exe
This commit is contained in:
committed by
Ritiek Malhotra
parent
b0c3627f51
commit
a1544bc1c8
@@ -130,7 +130,7 @@ def feed_playlist(username):
|
||||
# in rare cases, playlists may not be found, so playlists['next']
|
||||
# is None. Skip these. Also see Issue #91.
|
||||
if playlist['name'] is not None:
|
||||
print(u'{0}. {1} ({2} tracks)'.format(
|
||||
print(u'{0:>5}.| {1:<30} | ({2} tracks)'.format(
|
||||
check, misc.fix_encoding(playlist['name']),
|
||||
playlist['tracks']['total']))
|
||||
links.append(playlist)
|
||||
|
||||
Reference in New Issue
Block a user