live-dl
live-dl copied to clipboard
yt-dlp option -o has to be without extension
https://github.com/sparanoid/live-dl/blob/a16f8997a4094b427f1a4d80e97d12b3d5ad55ac/live-dl#L1289
$YTDL_ARGS -o "$OUTPUT_PATH"
https://github.com/sparanoid/live-dl/blob/a16f8997a4094b427f1a4d80e97d12b3d5ad55ac/live-dl#L1329
$YTDL_ARGS -o "$OUTPUT_PATH"
https://github.com/sparanoid/live-dl/blob/a16f8997a4094b427f1a4d80e97d12b3d5ad55ac/live-dl#L1343
$YTDL_ARGS -o "$OUTPUT_PATH"
I have noticed that it has to be without extension if the option --live-from-start is used. Otherwise the filename is filename.ts.mp4 and so the check of existing filenames is "false".