mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Remove extraneous parameter
This commit is contained in:
parent
c92ba5e183
commit
739460bed1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user