live-dl icon indicating copy to clipboard operation
live-dl copied to clipboard

yt-dlp --live-from-start option error

Open rbro77 opened this issue 4 years ago • 1 comments

When I modify config.yml file to use yt-dlp and add option argument for --live-from-start, it gives me an error message as follows:

yt-dlp: error: no such option: --live-from-start

Any idea why this option is not available?

rbro77 avatar Mar 30 '22 14:03 rbro77

The container is using yt-dlp version 2021.12.01 The option --live-from-start were added with yt-dlp version 2021.12.25 So you have to built your own container image with a newer yt-dlp version.

tokon2000 avatar Mar 31 '22 14:03 tokon2000