diff --git a/twitchdl/commands.py b/twitchdl/commands.py index 4d2dec3..6d512f6 100644 --- a/twitchdl/commands.py +++ b/twitchdl/commands.py @@ -113,7 +113,7 @@ def _select_playlist_interactive(playlists): return uri -def _join_vods(playlist_path, target, overwrite, no_overwrite): +def _join_vods(playlist_path, target, overwrite): command = [ "ffmpeg", "-i", playlist_path,