live-dl
live-dl copied to clipboard
yt-dlp --live-from-start option error
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?
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.