←back to thread

439 points Leftium | 1 comments | | HN request time: 0.207s | source
Show context
xnx ◴[] No.45304346[source]
ytarchive is also great for downloading livestreams.

Unfortunately, it's not as up-to-date as yt-dlp so it can be fragile against blocks. I'm hoping that yt-dlp adds some functionality for downloading portions of a livestream (i.e. not downloading from the start, 120 hours ago).

replies(2): >>45304872 #>>45305791 #
scottiebarnes ◴[] No.45304872[source]
Not sure if this applies to livestreams but look into the --download-sections arg?

yt-dlp --download-sections "*05:00-05:10" <YouTube URL>

replies(1): >>45305069 #
1. schlarpc ◴[] No.45305069[source]
Doesn’t work for livestreams as far as I know. There’s an open PR: https://github.com/yt-dlp/yt-dlp/pull/6498