From 739460bed112f1cd54904cb1cb76ab6aa856ca7b Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 29 Sep 2020 12:21:13 +0200 Subject: [PATCH] Remove extraneous parameter --- twitchdl/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,