mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
check for synced_lyrics_only
before saving cover
This commit is contained in:
parent
d6f30aa0a2
commit
d97445ec9e
@ -734,7 +734,7 @@ def main(
|
|||||||
)
|
)
|
||||||
logger.debug(f'Downloading to "{remuxed_path}"')
|
logger.debug(f'Downloading to "{remuxed_path}"')
|
||||||
downloader.download_ytdlp(remuxed_path, stream_url)
|
downloader.download_ytdlp(remuxed_path, stream_url)
|
||||||
if not save_cover:
|
if synced_lyrics_only or not save_cover:
|
||||||
pass
|
pass
|
||||||
elif cover_path.exists() and not overwrite:
|
elif cover_path.exists() and not overwrite:
|
||||||
logger.debug(f'Cover already exists at "{cover_path}", skipping')
|
logger.debug(f'Cover already exists at "{cover_path}", skipping')
|
||||||
|
Loading…
Reference in New Issue
Block a user