]> jfr.im git - yt-dlp.git/commit - README.md
[extractor/youtube] Download `post_live` videos from start (#5091)
authorLesmiscore <redacted>
Tue, 4 Oct 2022 02:48:31 +0000 (11:48 +0900)
committerGitHub <redacted>
Tue, 4 Oct 2022 02:48:31 +0000 (08:18 +0530)
commit4d37720a0c5f1c9c4768ea20b0f943277f55bc12
tree5e43aacac720a2f615298cbf5ec44933146abf37
parentdd4411aac2ef72edb170efb38d19b13b82271cc4
[extractor/youtube] Download `post_live` videos from start (#5091)

* The fragments are generated as a `LazyList`. So only the required formats are expanded during download, but all fragment lists are printed/written in infojson.
* The m3u8 formats which cannot be downloaded from start are not extracted by default, but can be enabled with an extractor-arg. The extractor-arg `include_live_dash` is renamed to `include_incomplete_formats` to account for this new use-case.

Closes #1564
Authored by: Lesmiscore, pukkandan
README.md
yt_dlp/extractor/youtube.py