mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Fix issue with colons in file name
ffmpeg uses colons to define protocols, by prefixing the target with file: this ambiguity is avoided. issue #89
This commit is contained in:
parent
15654291d7
commit
6ebe263f33
@ -58,7 +58,7 @@ def _join_vods(playlist_path, target, overwrite, video):
|
||||
"-metadata", "encoded_by=twitch-dl",
|
||||
"-stats",
|
||||
"-loglevel", "warning",
|
||||
target,
|
||||
"file:{}".format(target),
|
||||
]
|
||||
|
||||
if overwrite:
|
||||
|
Loading…
Reference in New Issue
Block a user