Update warning for experimental song codec usage

This commit is contained in:
Rafael Moraes
2025-11-27 15:03:57 -03:00
parent f3927b8e6d
commit 5285ca0cfa
+3 -2
View File
@@ -567,9 +567,10 @@ async def main(
)
downloader.skip_music_videos = True
if not song_codec.is_legacy():
if not song_codec.is_legacy() and not enable_wrapper_decrypt:
logger.warning(
"You have chosen an experimental song codec. "
"You have chosen an experimental song codec"
" without enabling wrapper."
"They're not guaranteed to work due to API limitations."
)