You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp
Lesmiscore 4d37720a0c
[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
2 years ago
..
compat [mhtml, cleanup] Use imghdr 2 years ago
downloader [cleanup] Minor fixes 2 years ago
extractor [extractor/youtube] Download `post_live` videos from start (#5091) 2 years ago
postprocessor [utils] Add `deprecation_warning` 2 years ago
YoutubeDL.py [cleanup] Minor fixes 2 years ago
__init__.py [docs] Misc improvements 2 years ago
__main__.py [utils] Add `deprecation_warning` 2 years ago
aes.py [cleanup] Misc 2 years ago
cache.py [jsinterp, extractor/youtube] Minor fixes 2 years ago
cookies.py [cookies] Let `_get_mac_keyring_password` fail gracefully 2 years ago
dependencies.py [cleanup] Misc 2 years ago
jsinterp.py [jsinterp] Workaround operator associativity issue 2 years ago
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2 years ago
options.py [docs] Misc improvements 2 years ago
socks.py [compat] Remove more functions 2 years ago
update.py [utils] Add `deprecation_warning` 2 years ago
utils.py [downloader/ism] Support ec-3 codec (#5004) 2 years ago
version.py [version] update 2 years ago
webvtt.py [docs] Misc improvements 2 years ago