yt-dlp/yt_dlp
Lesmiscore 195c22840c
[downloader/fragment] Ignore `FileNotFoundError` when downloading livestreams
when `--live-from-start` is used for YouTube and the live ends, request for the last segment prematurely ends (or 404, 403).
this is causing lack of the file and `FileNotFoundError`
lacking segment doesn't have any data, so it's safe to ignore
..
downloader [downloader/fragment] Ignore `FileNotFoundError` when downloading livestreams
extractor [fc2:live] Add extractor ()
postprocessor [ThumbnailsConvertor] Support `webp`
YoutubeDL.py [YoutubeDL] Fill more fields for playlists ()
__init__.py Add pre-processor stage `after_filter`
__main__.py [cleanup] Point all shebang to `python3` ()
aes.py [aes] Add unpad_pkcs7
cache.py [docs,cleanup] Some minor refactoring and improve docs
compat.py [utils] WebSockets wrapper for non-async functions ()
cookies.py [cookies] Update MacOS12 `Cookies.binarycookies` location ()
jsinterp.py [cleanup] Fix some typos ()
minicurses.py [dash,youtube] Download live from start to end ()
options.py Add pre-processor stage `after_filter`
socks.py
swfinterp.py.disabled [cleanup] Mark unused files
update.py [cleanup,docs] Minor fixes
utils.py [fc2:live] Add extractor ()
version.py [version] update
webvtt.py [utils] Standardize timestamp formatting code