* Fixed: failed HTTPAdapter tests on some OpenSSL configurations
- update to 6.8.0:
* sha256 checksum to log message when side-loading plugins
* SSLContextAdapter to streamlink.session.http
* Deprecated: old re-exports in streamlink.plugins package
* Updated plugins: bilibili, chzzk cnbce, kick, tf1, tvp, welt
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=40
- Update to version 6.2.1:
+ Added: official support for Python 3.12 (#5576)
+ Fixed plugins: goodgame (#5557), nos (#5565), pandalive (#5569), wwenetwork (#5559)
+ Build: added custom setuptools build-backend override which fixes issues with building Windows-specific wheels (#5558)
- Update to version 6.2.0:
+ Added: --player-env CLI argument (#5535)
+ Added: OpenSSL version to debug log output (#5506)
+ Updated: segmented stream internals and typing (#5504, #5507)
+ Updated: internal HLS tag parsing setup and parser state (#5513, #5521)
+ Fixed: HLS streams not ending on playlist reload with endlist tag and no new segments (#5538)
+ Fixed: missing file encoding when writing a log file (#5532)
+ Added plugins: piaulizaportal (#5508)
+ Fixed plugins: hiplayer (#5534), nicolive (#5529), pluto (#5551)
+ Docs: added list of supported metadata variables for each plugin (#5517, #5519)
- Update to version 6.1.0:
+ Added: --hls-segment-queue-threshold for being able to configure when to stop HLS streams early on missing segments (#5478)
+ Fixed: config file parsing issues and made parsing argument values more strict (#5484)
+ Fixed: race condition when reading and validating the FFmpeg version string (#5480)
+ Fixed plugins: atresplayer (#5477)
+ Docs: added code examples for the removal of Streamlink.{g,s}et_plugin_option (#5497)
+ Build: fixed entry-points config issues with setuptools 68.1.0 (#5500)
- Update to version 6.0.1:
+ Added: missing options argument to Streamlink.streams() (#5469)
+ Fixed: migration docs and the 6.0.0 changelog of the Streamlink.{g,s}et_plugin_option() removal (#5471)
+ Fixed plugins: huya (#5467)
+ Docs: updated build-dependencies and the furo theme (#5464, #5465)
- Update to version 6.0.0:
+ BREAKING: dropped support for Python 3.7 (#5302)
+ BREAKING: turned --player CLI argument into a player-path-only argument (#5305, #5310)
+ BREAKING: removed deprecated {filename} variable from --player-args (#5310)
+ BREAKING/API: removed support for the deprecated Plugin.can_handle_url() / Plugin.priority() classmethods (#5403)
+ BREAKING/API: removed deprecated compatibility wrapper for the Plugin constructor (#5402)
+ BREAKING/API: removed Streamlink.{g,s}et_plugin_option() (#5033)
+ BREAKING/API: removed deprecated global plugin arguments (#5033)
+ BREAKING/API: removed deprecated streamlink.plugin.api.validate.text (#5404)
+ BREAKING/API: fixed/changed signatures of HTTPStream, HLSStream and HLSStream.parse_variant_playlist() (#5429)
+ BREAKING/packaging: new signing key 44448A298D5C3618 (#5449)
+ Added: experimental streamlink.webbrowser API for extracting data from websites using the system's Chromium-based web browser (#5380, #5381, #5386, #5388, #5410)
+ See the --webbrowser, --webbrowser-executable and related CLI arguments for more
+ Added: client-integrity token support to Twitch plugin using the streamlink.webbrowser API (currently only used as a fallback when acquiring the access token fails) (#5414)
+ Added: {playertitleargs} variable to --player-args (#5310)
+ Added: with_{video,audio}_only parameters to DASHStream.parse_manifest() (#5340)
+ Changed: HLS streams to stop early on missing EXT-X-ENDLIST tag when polling the playlist doesn't yield new segments for twice its targetduration value (#5330)
+ Fixed: regex of optional protocol plugin parameters (#5367)
+ Fixed plugins: lrt (#5444), mediavitrina (#5376), mitele (#5436), NRK (#5408), pluzz (#5369), rtvs (#5443), showroom (#5390), turkuvaz (#5374), vimeo (#5335), youtube (#5351)
+ Docs: added migrations page for further guidance on resolving breaking changes (#5433)
+ Docs: split up, updated and improved API docs (#5398)
+ Build: moved project metadata to pyproject.toml (PEP621) (#5438)
+ Dependencies: added trio (#5386), trio-websocket and typing-extensions (#5388), and removed importlib_metadata (#5302)
OBS-URL: https://build.opensuse.org/request/show/1119762
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=32
- Update to version 5.3.1. Breaking changes:
+ BREAKING: removed avconv (libav) from FFmpeg fallback list (#4826)
+ BREAKING/API: removed Plugin.bind() and changed the signature of the Plugin class constructor (#4768)
A compatibility wrapper for these interface changes has temporarily been added in order to keep third-party plugin implementations working.
Please see the deprecation docs for more details.
+ BREAKING/API: changed the return value of Session.resolve_url() (#4768)
Please see the deprecation docs for more details.
+ BREAKING/API: removed HTTPSession.parse_*() methods (#4803)
OBS-URL: https://build.opensuse.org/request/show/1069355
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=28
- update to 2.0.0:
* BREAKING: dropped support for Python 2 and Python 3.5 (#3232, #3269)
* BREAKING: updated the Python version of the Windows installer to 3.8 (#3330)
* Users of Windows 7 will need their system to be fully upgraded.
* BREAKING: removed all deprecated CLI arguments (#3277, #3349)
* BREAKING: replaced various subtitle muxing CLI arguments with --mux-subtitles (#3324)
* BREAKING: sideloading faulty plugins will now raise an Exception (#3366)
* BREAKING: changed trace logging timestamp format (#3273)
* BREAKING/API: removed deprecated Session compat options (#3349)
* BREAKING/API: removed deprecated custom Logger and LogRecord (#3273)
* BREAKING/API: removed deprecated parameters from HLSStream.parse_variant_playlist (#3347)
* BREAKING/API: removed plugin.api.support_plugin (#3398)
* Added: new plugin for pluto.tv (#3363)
* Added: support for HLS master playlist URLs to --stream-url / --json (#3300)
* Added: --ffmpeg-fout for changing the output format of muxed streams (#2892)
* Added: --ffmpeg-copyts and --ffmpeg-start-at-zero (#3404, #3413)
* Added: --streann-url for iframe referencing (#3356)
* Added: --niconico-timeshift-offset (#3425)
* Fixed: duplicate stream names in DASH inputs (#3410)
* Fixed: youtube live playback (#3268, #3372, #3428)
* Fixed: --twitch-disable-reruns (#3375)
* Fixed: various plugins issues (see detailed changelog down below)
* Changed: {filename} variable in --player-args / -a to {playerinput} and made both optional (#3313)
* Changed: and fixed streamlinkrc config file in the Windows installer (#3350)
* Changed: MPV’s automated --title argument to --force-media-title (#3405)
* Changed: HTML documentation theme to furo (#3335)
* Removed: plugins for skai, kingkong, ellobo, trt/trtspor, tamago, streamme, metube, cubetv, willax
OBS-URL: https://build.opensuse.org/request/show/873571
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=15
- Update to 1.7.0:
* Added: new plugins for micous.com, tv999.bg and cbsnews.com
* Added: new embedded ad detection for Twitch streams (#3213)
* Fixed: a few broken plugins and minor plugin issues (see changelog down below)
* Fixed: arguments in config files were read too late before taking effect (#3255)
* Fixed: Arte plugin returning too many streams and overriding primary ones (#3228)
* Fixed: Twitch plugin error when stream metadata API response is empty (#3223)
* Fixed: Zattoo login issues (#3202)
* Changed: plugin request and submission guidelines (#3244)
* Changed: refactored and cleaned up Twitch plugin (#3227)
* Removed: platform=_ stream token request parameter from Twitch plugin (again) (#3220)
* Removed: plugins for itvplayer, aljazeeraen, srgssr and dingittv
- Update to 1.6.0:
* Fixed: lots of broken plugins and minor plugin issues (see changelog down below)
* Fixed: embedded ads on Twitch with an ads workaround, removing pre-roll and mid-stream ads (#3173)
* Fixed: read timeout error when filtering out HLS segments (#3187)
* Fixed: twitch plugin logging incorrect low-latency status when pre-roll ads exist (#3169)
* Fixed: crunchyroll auth logic (#3150)
* Added: the --hls-playlist-reload-time parameter for customizing HLS playlist reload times (#2925)
* Added: python -m streamlink invocation style support (#3174)
* Added: plugin for mrt.com.mk (#3097)
* Changed: yupptv plugin and replaced email+pass with id+token authentication (#3116)
* Removed: plugins for vaughnlive, pandatv, douyutv, cybergame, europaplus and startv
OBS-URL: https://build.opensuse.org/request/show/856591
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=13