mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Handle playlists with more than 50 tracks
This commit is contained in:
@@ -24,8 +24,8 @@ def test_list():
|
||||
spotdl.misc.feed_tracks('list.txt', tracks)
|
||||
|
||||
while tracks['next']:
|
||||
tracks = spotify.next(tracks)
|
||||
misc.feed_tracks('list.txt', tracks)
|
||||
tracks = spotdl.spotify.next(tracks)
|
||||
spotdl.misc.feed_tracks('list.txt', tracks)
|
||||
|
||||
with open('list.txt', 'r') as listed:
|
||||
expect_song = (listed.read()).splitlines()[0]
|
||||
|
||||
Reference in New Issue
Block a user