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",
|
"-metadata", "encoded_by=twitch-dl",
|
||||||
"-stats",
|
"-stats",
|
||||||
"-loglevel", "warning",
|
"-loglevel", "warning",
|
||||||
target,
|
"file:{}".format(target),
|
||||||
]
|
]
|
||||||
|
|
||||||
if overwrite:
|
if overwrite:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user