Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
adjust remux log message
Browse files Browse the repository at this point in the history
  • Loading branch information
glomatico committed Aug 27, 2024
1 parent b6f995f commit 3a5307b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spotify_web_downloader/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ def main(
logger.debug(f'Downloading to "{encrypted_path}"')
downloader_song.download(encrypted_path, stream_url)
remuxed_path = downloader.get_remuxed_path(track_id, ".m4a")
logger.debug(f'Decrypting/Remuxing to "{remuxed_path}"')
logger.debug(
f'Decrypting/Remuxing to "{decrypted_path}"/"{remuxed_path}"'
)
downloader_song.remux(
encrypted_path,
decrypted_path,
Expand Down

0 comments on commit 3a5307b

Please sign in to comment.