From 04f739701e2c45d827240f8283e4260a157be0f8 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 19 May 2026 19:26:22 +0200 Subject: push --- dl-artist.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dl-artist.py') diff --git a/dl-artist.py b/dl-artist.py index eec11f0..42abd05 100644 --- a/dl-artist.py +++ b/dl-artist.py @@ -201,7 +201,7 @@ while (NeedRestart): # Construct the command as a list command = [ - './yt-dlp_linux', + 'yt-dlp', f"https://music.youtube.com/playlist?list={albumdata['audioPlaylistId']}", '-o', output_dir+'/'+artist_name+'/'+album_name+'/%(title)s.%(ext)s', # Adjust the path as needed @@ -213,6 +213,8 @@ while (NeedRestart): '--no-overwrites' ] + #print(*command) + if not do_download: print(f'({index+1}/{len(albums)}) Skipped download of album {album_name}') break @@ -248,7 +250,7 @@ while (NeedRestart): # Construct the command as a list command = [ - './yt-dlp_linux', + 'yt-dlp', f"https://music.youtube.com/playlist?list={singledata['audioPlaylistId']}", '-o', output_dir+'/'+artist_name+'/Singles/%(title)s.%(ext)s', # Adjust the path as needed -- cgit v1.2.3-70-g09d2