This is a pre-release build
A description of the various files is in the README
The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt
Changelog
Core changes
- Check if missing initialized format before ending live stream on stall by pukkandan
- Mark livestream as consumed on last retry if reached end by pukkandan
- Merge branch 'master' into feat/youtube/sabr by pukkandan
- Merge remote-tracking branch 'upstream/master' into feat/youtube/sabr by pukkandan
- Remove warning on sabr context update by pukkandan
- split up test_stream by pukkandan
- test skip player time increment if a format is seeking by pukkandan
- fd: print sabr state to debug on error by pukkandan
- stream: only fallback server on HTTPError/TransportError by pukkandan
Extractor changes
- youtube
Misc. changes
- build: Include
protobugin zipimport binary by bashonly