adjust non-legacy warn

This commit is contained in:
alacleaker 2024-04-09 06:51:56 -03:00
parent 42b536d271
commit 46e3a92d4f

View File

@ -422,7 +422,7 @@ def main(
if codec_song in LEGACY_CODECS:
logger.warn(
"You have chosen a non-legacy codec. Support for non-legacy codecs are not guaranteed, "
"as most of the songs cannot be decrypted when using non-legacy codecs."
"as most of the songs cannot be downloaded when using non-legacy codecs."
)
error_count = 0
if read_urls_as_txt: