v1.11.0 - 2021-01-19
Changes since 1.10.7
--quality
will now use a fallback during xmltv / playlist generation. For example, if 720p60 is passed, but not available for the stream, it'll use the next highest bitrate link of 720p.- Feeds can be excluded from xmltv / playlist generation with the new
--exclude-feeds
option.
--exclude-feeds <exclude-feeds>... Feed types to exclude from output [possible values: HOME, AWAY, FRENCH, COMPOSITE, NATIONAL]
- A change to the underlying http client fixes an issue where fetching master m3u8 files would fail due to too many concurrent connections to the host, which prevented all quality links from being generated properly. This should now be much more reliable.