From 98db15454c0f2c7b8be62f734b8bfdcdfad1d1e3 Mon Sep 17 00:00:00 2001 From: Sihht Date: Thu, 17 Apr 2025 11:30:55 -0500 Subject: [PATCH] Update dl.py --- vinetrimmer/commands/dl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vinetrimmer/commands/dl.py b/vinetrimmer/commands/dl.py index 2a10317..44c5749 100644 --- a/vinetrimmer/commands/dl.py +++ b/vinetrimmer/commands/dl.py @@ -309,7 +309,7 @@ def dl(ctx, profile, cdm, *_, **__): @dl.result_callback() @click.pass_context -def result(ctx, service, quality, closest_resolution, range_, wanted, alang, slang, codec, audio_only, subs_only, chapters_only, audio_description, +def result(ctx, service, quality, closest_resolution, range_, wanted, alang, slang, acodec, audio_only, subs_only, chapters_only, audio_description, list_, keys, cache, no_cache, no_subs, no_audio, no_video, no_chapters, atmos, vbitrate: int, abitrate: int, no_mux, mux, selected, latest_episode, strip_sdh, *_, **__): def ccextractor(): log.info("Extracting EIA-608 captions from stream with CCExtractor")