We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
synced_lyrics_only
1 parent d6f30aa commit d97445eCopy full SHA for d97445e
gamdl/cli.py
@@ -734,7 +734,7 @@ def main(
734
)
735
logger.debug(f'Downloading to "{remuxed_path}"')
736
downloader.download_ytdlp(remuxed_path, stream_url)
737
- if not save_cover:
+ if synced_lyrics_only or not save_cover:
738
pass
739
elif cover_path.exists() and not overwrite:
740
logger.debug(f'Cover already exists at "{cover_path}", skipping')
0 commit comments