diff --git a/unshackle/core/downloaders/n_m3u8dl_re.py b/unshackle/core/downloaders/n_m3u8dl_re.py index 84e8f5a..9512692 100644 --- a/unshackle/core/downloaders/n_m3u8dl_re.py +++ b/unshackle/core/downloaders/n_m3u8dl_re.py @@ -183,7 +183,6 @@ def build_download_args( "--thread-count": thread_count, "--download-retry-count": retry_count, "--write-meta-json": False, - "--no-log": True, } if FFMPEG: args["--ffmpeg-binary-path"] = str(FFMPEG)