67 Commits

Author SHA256 Message Date
5173e95fa4 Accepting request 1292415 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1292415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=25
2025-07-14 08:51:37 +00:00
2d3cbbcd7d - update to 7.5.0:
* Added: --no-plugin-sideloading for disabling plugin sideloading from the default location
  * Added: --no-plugin-cache for disabling cache file I/O of the plugin key-value store
  * Improved: cache file I/O of the plugin key-value store
  * Changed: default log format on the trace/all log level, with included thread name
  * Fixed: missing thread names for various segmented and muxed streams
  * Fixed: pipe write error log messages when muxing streams
  * Updated plugins:
      - aloula: updated plugin matchers to support new URLs
      - goodgame: fixed HLS stream URLs
      - mitele: removed plugin
      - nowtvtr: restored plugin
      - twitcasting: updated plugin to filter out preroll ads
      - twitch: changed plugin to always filter out ads, deprecated --twitch-disable-ads
      - twitch: forced default User-Agent on access token API request
      - twitch: fixed clips validation schema
  * Docs: rearranged CLI arguments that are related to the plugin system
  * Build: removed {dev,docs}-requirements.txt in favor of PEP 735
  * Build: bumped lxml requirement to >=4.6.4,<7 (lxml>=6 now supports free-threaded mode)
  * Tests: fixed test failures on Python 3.14.0b3
  * Tests: fixed test failures in free-threaded mode

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=64
2025-07-12 16:46:13 +00:00
dc119a88ad Accepting request 1283955 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1283955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=24
2025-06-10 07:06:25 +00:00
Tejas Guruswamy
5b0cddfb52 - update to 7.4.0:
* Added: encoding keyword to all HTTP request methods to override the response content encoding
  * Added: debug log message for the available DASH periods (id or index)
  * Fixed: LookupError when selecting an invalid DASH period
  * Updated plugins:
     - blasttv: new plugin
     - kick: fixed 403 API responses by solving the JS challenge using the webbrowser API
     - nicolive: fixed plugin metadata by forcing UTF-8 encoding
     - picarto: fixed validation schema and fixed multi-stream selection
     - tvp: rewritten and fixed plugin
     - twitcasting: fixed plugin by switching to new websocket+HLS streams
     - vtvgo: removed plugin
  * Tests: fixed py314 test failures
  * Tests: fixed some HLS tests failing in rare cases
- enable leap building (works only if we have the correct dependencies in the project)
- switch over to using pyproject to build the package, as setup.py is deprecated and has an EOL date
- switch tests over to pytest-asyncio, so we can deprecate trio-typing

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=62
2025-06-08 22:54:05 +00:00
4cc63a3ae9 Accepting request 1273939 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1273939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=23
2025-05-02 13:00:50 +00:00
0997203bd9 - update to 7.3.0:
* Changed: download progress to use the console output stream rather than always stderr, which previously caused log and progress messages to be interweaved
  * Changed: download progress output to be a status message line at the bottom
    of the console output, unless --progress=force is set in non-interactive or
    unsupported environments, in which case less frequent regular progress
    messages are written
  * Fixed: potential division by zero error when formatting progress output
  * Build: bumped setuptools requirement from >=65.6 to >=77 and switched to PEP 639 project license metadata format

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=60
2025-05-02 07:58:20 +00:00
3f0464f90c Accepting request 1267378 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1267378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=22
2025-04-07 15:37:26 +00:00
4d2e4cd315 - update to 7.2.0:
* Added: decompress extras marker to Streamlink's optional dependencies for installing brotli and zstandard
  * Changed: --retry-streams to allow a value of 0, so it can be unset again if set previously
  * Changed: --quiet to suppress all text output including errors, not just log output
  * Fixed: --logfile affecting the console output stream
  * Fixed: broken user input prompt behavior on missing or non-interactive I/O streams
  * Fixed: Plugin classes not requiring a matching matcher
  * Fixed: --hls-audio-select not being case-insensitive and only comparing input values rather than resolved language codes
  * Updated: Chrome Devtool Protocol interfaces, to match recent Chromium versions
  * Updated plugins:
    - euronews: rewritten and fixed plugin
    - kick: refactored plugin, fixed clip matcher and 403 API responses
    - nicolive: fixed plugin not loading cookies from WebSocket messages
    - nicolive: made the plugin always filter out blank HLS segments
    - nowtvtr: removed plugin
    - okru: canonicalize mobile URLs
    - tf1: fixed stream matcher

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=58
2025-04-06 07:50:08 +00:00
cf3b277d34 Accepting request 1246994 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1246994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=21
2025-02-20 15:36:30 +00:00
64c0a86025 Accepting request 1246481 from home:rrahl0
- update to 7.1.3:
  * Fixed: validate.contains() to allow all kinds of Container object inputs
  * Docs: replaced Windows and Linux AppImage nightly builds with preview builds triggered on each commit to master
  * Docs: added optional/secondary Linux AppImage builds with FFmpeg being bundled
  * Tests: bumped freezegun requirement to >=1.5.0
  * Updated plugins:
      - ceskatelevize: rewritten and fixed plugin
      - nos: fixed validation schema, updated matcher
      - pandalive: fixed user_id retieval, updated matcher
      - pluzz: fixed video ID schemas
      - streamable: removed plugin
      - tv4play: removed plugin
      - twitch: refactored TwitchAPI class and access token retrieval
      - wwenetwork: rewritten and fixed plugin

OBS-URL: https://build.opensuse.org/request/show/1246481
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=56
2025-02-19 09:59:41 +00:00
023650f8c6 Accepting request 1240425 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1240425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=20
2025-01-27 19:55:05 +00:00
Tejas Guruswamy
be5c8f702e - Update to 7.1.2:
* Updated plugins:
    + various: fixed access of URL matcher regex capture groups, affecting abematv, ard_mediathek, bbiplayer, dailymotion, picarto, streann (#6364, #6368)
    + chzzk: added support for clips (#6389)
    + dailymotion: added support for lequipe.fr (#6372)
    + kick: fixed 403 HTTP errors, fixed VOD URL matcher (#6384)
    + nicolive: fixed authentication (#6378)
    + tiktok: rewritten plugin, fixed live streams, added VODs (#6381)
  * Fixed: --show-matchers=pluginname not working when plugins are loaded lazily (#6361)
  * Added: --show-matchers=pluginname CLI argument (#6287)
  * Updated: Streamlink and Plugin constructors to allow both Mapping and Options as options types (#6311)
  * Fixed: uncaught DASH errors if FFmpeg is unavailable (#6306)
  * As a side effect, if FFmpeg is unavailable, DASH streams will only return one sub-stream of the video and/or audio streams that would be muxed otherwise.
  * Fixed: incorrect DASH segment duration in timeline manifests (#6323)
  * Fixed: dynamic DASH streams incorrectly requiring the publishTime and availabilityStartTime attributes (#6324)
  * Fixed: incorrect DASH segment and manifest base-URL joining (#6328, #6338)
  * Fixed: matchers and arguments objects being shared in inherited Plugin classes (#6297, #6298)
  * Updated plugins:
    + various: replaced verbose URL matcher regexes of most plugins with multiple simple ones (#6285)
    + bilibili: updated schema to include MPEG-TS HLS streams (#6332)
    + bilibili: added back high-res HTTPStream streams from the v1 API with higher priority (#5782)
    + mangomolo: replaced media.gov.kw with 51.com.kw (#6353)
    + soop: rewritten authentication (#6321)
    + vkplay: renamed to vkvideo and updated matcher (#6319)
    + welt: fixed schema (#6301)
  * Build: removed typing-extensions from runtime dependencies (#6314)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=54
2025-01-27 05:21:29 +00:00
5264d55f83 Accepting request 1222500 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1222500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=19
2024-11-08 10:59:34 +00:00
1e94a57b64 - update to 7.0.0:
* BREAKING: dropped support for EOL Python 3.8 (Win 7/8 are now unsupported)
  * BREAKING/CLI: removed deprecated config file and plugin config file paths
  * BREAKING/CLI: removed deprecated plugin sideloading paths
  * BREAKING/CLI: removed deprecated --force-progress CLI argument
  * BREAKING/CLI: removed deprecated stream-type related CLI arguments
    - --hls-segment-attempts
    - --hls-segment-threads
    - --hls-segment-timeout
    - --hls-timeout
    - --http-stream-timeout
  * BREAKING/API: removed deprecated stream-type related session options
    - hls-segment-attempts
    - hls-segment-threads
    - hls-segment-timeout
    - hls-timeout
    - dash-segment-attempts
    - dash-segment-threads
    - dash-segment-timeout
    - dash-timeout
    - http-stream-timeout
  * BREAKING/API: removed deprecated import paths for HTTPSession and HTTPAdapters
  * BREAKING/API: removed deprecated import paths for NoPluginError, NoStreamsError, PluginError and Plugin
  * BREAKING/packaging: dropped "32 bit" Windows x86 and Linux AppImage i686 builds
  * Removed: flawed implementation of VLC-specific player variables
  * Deprecated: --verbose-player CLI argument in favor of --player-verbose
  * Deprecated: --fifo CLI argument in favor of --player-fifo
  * Added: warning messages for deprecated/suppressed plugin arguments
  * Fixed: errors on missing stdin file descriptor
  * Fixed: --interface not having an effect on custom HTTPAdapters

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=52
2024-11-07 15:52:27 +00:00
977f22d496 Accepting request 1205166 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1205166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=18
2024-10-02 19:34:32 +00:00
552b3f4983 - update to 6.11.0:
* Deprecated: --record-and-pipe=... in favor of --stdout --record=...
    (and explicitly disallowed --stdout --output=...)
  * Fixed: error when setting both --http-no-ssl-verify and --http-disable-dh
  * Fixed: --player-passthrough without a resolved default --player
  * Fixed: error when stdout/stderr file descriptors are missing
  * Updated: webbrowser API's Chrome devtools protocol to latest version
  * Updated plugins:
    - crunchyroll: removed plugin
    - dlive: fixed missing stream URL signature
    - facebook: removed plugin
    - mildom: removed plugin
    - tvrby: removed plugin
    - tvrplus: removed plugin
    - twitch: fixed client-integrity token acquirement
    - vk: fixed API params and validation schema
    - webtv: removed plugin
    - zengatv: removed plugin
    - zhanqi: removed plugin
  * Tests: removed pytest-asyncio dependency

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=50
2024-10-02 09:38:42 +00:00
bdab30e67c Accepting request 1201396 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1201396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=17
2024-09-16 15:45:47 +00:00
a90c87bd02 - update to 6.10.0:
* Added: official support for Python 3.13
  * Added: --logformat and --logdateformat
  * Added: --ffmpeg-loglevel
  * Fixed: continuous logging errors when stdout stream was closed on the reading end
  * Fixed: HTTP proxy config being used when getting webbrowser API's websocket IPC address
  * Updated plugins:
    - booyah: removed plugin
    - douyin: fixed validation schema
    - galatasaraytv: removed plugin
    - idf1: removed plugin
    - linelive: removed plugin
    - pandalive: fixed missing HTTP headers
    - tiktok: fixed schema of inaccessible streams
    - youtube: disabled VODs, as they are currently non-functional
  * Docs: bumped sphinx-design >=0.5.0,<=0.6.1, enabling sphinx >=8.0.0
  * Tests: fixed pytest-asyncio warnings
- remove last bits of supporting leap (as dependencies are missing anyway)

- update to 6.9.0:

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=48
2024-09-16 11:06:27 +00:00
cf57f12bb3 Accepting request 1193647 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1193647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=16
2024-08-13 11:25:21 +00:00
14829a5feb - updatet o 6.9.0:
* Added: streamlink.plugin.api.webbrowser subpackage with the aws_waf module
  * Added: max_buffer_size kwarg to CDPClient.session()
  * Added: webbrowser User-Agent header override in headless mode
  * Changed: default value of --webbrowser-headless from True to False
  * Changed: unicode characters to be unescaped in JSON output, if possible
  * Fixed: potential character encoding issues in Streamlink's logger
  * Updated plugins:
    -  nicolive: updated plugin matcher
    -  okru: fixed validation schema
    -  radionet: removed plugin
    -  sportschau: fixed plugin (HLS streams with packed audio streams remain unsupported)
    -  tiktok: fixed room ID validation schema
    -  tvp: added support for sport.tvp.pl
    -  twitch: added --twitch-force-client-integrity
    -  twitch: fixed broken client-integrity token decoding+parsing
    -  twitch: removed the headless=False override
    -  vimeo: removed error messages for unsupported DASH streams
    -  vk: fixed validation schema
    -  vtvgo: resolved AWS Web Application Firewall bot detection
    -  yupptv: fixed plugin, added ad filtering

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=46
2024-08-13 07:39:11 +00:00
844074d3b3 Accepting request 1187174 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1187174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=15
2024-07-14 06:51:13 +00:00
f872cbf398 Accepting request 1187013 from home:rrahl0:upgrades
- update to 6.8.3:
  * tiktok: new plugin
  * twitch: fixed channel names with uppercase characters

OBS-URL: https://build.opensuse.org/request/show/1187013
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=44
2024-07-12 14:32:41 +00:00
370d84ed40 Accepting request 1185837 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1185837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=14
2024-07-08 17:07:22 +00:00
Tejas Guruswamy
1d576ec93f Accepting request 1185731 from home:rrahl0:upgrades
- update to 6.8.2:
  * douyin: new plugin
  * huya: fixed stream URLs
  * pluzz: fixed API URL, stream tokens and validation schemas
  * twitch: added info log messages about ad break durations
  * twitch: fixed clip URLs
  * twitch: fixed discontinuity warning spam in certain circumstances
  * vidio: fixed stream tokens, added metadata

OBS-URL: https://build.opensuse.org/request/show/1185731
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=42
2024-07-06 00:20:33 +00:00
1fc1f64321 Accepting request 1181944 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1181944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=13
2024-06-21 14:03:33 +00:00
e4a779fb41 - update to 6.8.1:
* 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
2024-06-20 13:34:08 +00:00
78fd6c14b0 Accepting request 1173798 from home:rrahl0:upgrades
- update to 6.7.4:
  * Updated plugins
  * Build: removed exceptiongroup dependency on Python >= 3.11

OBS-URL: https://build.opensuse.org/request/show/1173798
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=39
2024-05-14 06:32:16 +00:00
Tejas Guruswamy
981dc3d44a Accepting request 1172341 from home:StevenK:branches:multimedia:apps
- Fix the testsuite, pytest >= 8 is required. 

pytest 8.2 is currently staging in Factory if you wish to test against it.

OBS-URL: https://build.opensuse.org/request/show/1172341
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=38
2024-05-10 03:19:12 +00:00
06be58f0a6 Accepting request 1170362 from home:rrahl0:upgrades
let tests actually run to see the non error breakage

OBS-URL: https://build.opensuse.org/request/show/1170362
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=37
2024-04-30 08:03:52 +00:00
Tejas Guruswamy
a16f955ea7 Accepting request 1141965 from home:dirkmueller:Factory
- update to 6.5.1:
  * Fixed: file output path log message on py38/py39
  * Improved: warning message when using quoted player paths (in
    config files)
  * artetv: updated API response validation schema
  * atresplayer: updated API response validation schema
  * bigo: reimplemented plugin
  * bilibili: fixed stream resolving issues on channels with
    custom layouts
  * huya: added stream CDN availability check
  * twitch: disabled Chromium headless mode on client-integrity
    token acquirement
  * vidio: fixed missing API request cookies
  * zattoo: fixed audio/video sync issues
- add keyring for gpg validation

OBS-URL: https://build.opensuse.org/request/show/1141965
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=36
2024-01-29 06:30:20 +00:00
Tejas Guruswamy
2c10bbe0a5 Accepting request 1137856 from home:MasterPatricko
- Update to version 6.5.0
  * Fixed: UserWarning being emitted by recent pycountry releases when parsing certain language codes (#5722)
  * Fixed: trace logging setup in WebsocketClient implementation (#5705)
  * Updated plugins:
    * btv: switched to HLS multivariant playlists (#5698)
    * gulli: rewritten plugin (#5725)
    * twitch: removed/disabled --twitch-disable-reruns (#5704)
    * twitch: enabled check_streams HLS option, to ensure early stream availability without querying the delayed Twitch API (#5708)
    * twitch: removed unnecessary Twitch API error messages for offline channels (#5709)
    * wasd: removed plugin (#5711)
  * Build: added support for versioningit >=3.0.0, with backward compatibility (#5721)

OBS-URL: https://build.opensuse.org/request/show/1137856
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=35
2024-01-10 04:38:01 +00:00
ba9daf5660 Accepting request 1130555 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1130555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=12
2023-12-03 19:49:28 +00:00
5bee7f463f Accepting request 1130532 from home:MasterPatricko
- Update to version 6.4.2
  + See https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/1130532
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=33
2023-12-03 09:01:16 +00:00
Tejas Guruswamy
ff0b3549f3 Accepting request 1119762 from home:hzu
- 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
2023-10-24 21:40:46 +00:00
b7b8241aa9 Accepting request 1091169 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1091169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=11
2023-06-07 21:07:39 +00:00
Tejas Guruswamy
fa50c3c18f Accepting request 1090844 from home:dgarcia:branches:multimedia:apps
- Update to version 5.5.1:
  + Fixed: shifting time offset when reloading HLS playlists (#5321)
  + Fixed: import of create_urllib3_context on urllib3 <2.0.0 (#5333)
  + Fixed: Vimeo plugin (#5331)
5.5.0:
  + Added: --no-config (#5314)
  + Added: --player-external-http-interface (#5295)
  + Fixed: M3U8 attribute parsing issue (#5307)
  + Fixed: various minor plugin issues (#5291, #5299, #5306)
  + Build: bumped urllib3 to >=1.26.0,<3 and fixed compatibility
    issues with urllib3 >=2.0.0 (#5326, #5325)
  + Docs: bumped furo theme to 2023.03.27 (#5301)
  + Docs: bumped build dependencies sphinx >=5.0.0,<7, myst-parser
    >=1.0.0,<2 and sphinx-design >=0.4.1,<1 (#5301)
5.4.0:
  + Added: --progress CLI argument and deprecated --force-progress (#5268)
  + Added: --dash-manifest-reload-attempts and respective session option (#5208)
  + Improved: DASH segment availability/download logging (#5214, #5235)
  + Refactored: DASH parser + stream implementation (#5221, #5224, #5225, #5244, #5248)
  + Fixed: DASH segment template numbers and availability times (#5213, #5217, #5233)
  + Fixed: DASH manifest mediaPresentationDuration and period duration (#5226)
  + Fixed: DASH manifest suggestedPresentationDelay (#5215)
  + Fixed: various DASH manifest parsing bugs (#5247)
  + Fixed: DASH timeline IDs not being unique (#5199)
  + Fixed: DASH substreams not having synced timelines (#5262)
  + Fixed: queued DASH segments being downloaded after closing the stream (#5236, #5237)
  + Fixed: incorrect min/max values of certain numeric CLI arguments (#5239)
  + Fixed: all naive datetime objects and made them timezone-aware (#5210)
  + Fixed: TV5monde plugin with new implementation (#5206)
  + Fixed: Steam plugin missing CDN auth data in stream URLs (#5222)
  + Fixed: Vimeo plugin's playerConfig regex (#5227)
  + Fixed: VKplay plugin's validation schema (#5251)
  + Fixed: Twitcasting plugin with new implementation (#5255)
  + Tests: fixed setuptools/pkg_resources DeprecationWarnings (#5167, #5230)
  + Tests: fixed ResourceWarnings due to stale file handles (#5242)
  + Added plugins: indihometv (#5266), telemadrid (#5212)
  + Removed plugins: nbcnews (#5279), useetv (#5266)

OBS-URL: https://build.opensuse.org/request/show/1090844
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=30
2023-06-06 23:44:59 +00:00
8bd8f7d96f Accepting request 1070530 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1070530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=10
2023-03-10 21:07:12 +00:00
Martin Pluskal
8c85ce2661 Accepting request 1069355 from home:MasterPatricko
- 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
2023-03-09 18:13:54 +00:00
b2d5ace5be Accepting request 992712 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/992712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=9
2022-08-04 11:23:56 +00:00
1766ebdd09 Accepting request 991763 from home:MasterPatricko
- Update to version 4.2.0
  + Added: parsed multivariant playlist reference to HLSStream and MuxedHLSStream (#4568)
  + Fixed: unnecessary delay when closing DASHStreams (#4630)
  + Fixed: FFmpegMuxer not closing sub-streams concurrently (#4634)
  + Fixed: threading issue when closing WebsocketClient connections (#4608)
  + Fixed: handling of PluginErrors when outputting JSON data via --json (#4590)
  + Fixed: broken YouTube plugin when setting custom authentication headers (#4576)
  + Fixed: "source" Twitch VODs not being considered "best" (#4625)
  + Fixed: and rewritten FilmOn plugin (#4573)
  + Fixed: websocket issue in Twitcasting plugin (#4608, #4628)
  + Fixed: VK plugin (#4613, #4638)
  + Fixed: various other plugin issues (see full changelog)
  + New plugins: Aloula (#4572)
  + Removed plugins: Eltrecetv (#4593)
- Update package description and requirements

OBS-URL: https://build.opensuse.org/request/show/991763
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=26
2022-08-04 08:04:11 +00:00
a4fa10a4e2 Accepting request 982363 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/982363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=8
2022-06-13 11:02:51 +00:00
1ca84d9286 Accepting request 981548 from home:bnavigator:branches:multimedia:apps
- Update to version 4.1.0
  * Improved: decryption of HLS streams (#4533)
  * Improved: HLS playlist parsing (#4540, #4552)
  * Improved: string representations of Stream implementations
    (#4521)
  * Fixed: new YouTube consent dialog (#4515)
  * Fixed: crunchyroll plugin (#4510)
  * Fixed: nicolive email logins (#4553)
  * Fixed: threading issue when closing segmented streams (#4517)
  * Removed: suppression of InsecureRequestWarning (#4525)
  * New plugins: blazetv (#4548), hiplayer (#4507), useetv (#4536)
  * Removed plugins: rotana (#4512)
- The real name of the patch was python-requests-version.patch
- Update requirements.

OBS-URL: https://build.opensuse.org/request/show/981548
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=24
2022-06-13 08:22:54 +00:00
304624348b Accepting request 980842 from home:MasterPatricko
- Update to version 4.0.1
  + Major breaking changes! Please review the changelog thoroughly.
    https://streamlink.github.io/changelog.html#streamlink-4-0-0-2022-05-01
  + dropped support for Python 3.6 (#4442)
  + removed streamlink.plugin.api.utils module (#4467)
- Update to version 3.0.3
  + Major breaking changes! Please review the changelog thoroughly.
    https://streamlink.github.io/changelog.html#streamlink-3-0-3-2021-11-27
  + dropped support for RTMP, HDS and AkamaiHD streams
  + removed related CLI arguments
  + switched from HTTP to HTTPS for all kinds of scheme-less input URLs.
  + changed Session.resolve_url() and Session.resolve_url_no_redirect()
streamlink now only builds on TW

OBS-URL: https://build.opensuse.org/request/show/980842
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=23
2022-06-09 12:10:36 +00:00
5297e45693 Accepting request 915215 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/915215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=7
2021-08-31 17:55:40 +00:00
Martin Pluskal
599586295b Accepting request 915107 from home:simonpuchert:branches:multimedia:apps
- Add python-requests-version.patch:
  * Revert a commit that increased the version requirements as the
    required version is not available in Factory.

OBS-URL: https://build.opensuse.org/request/show/915107
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=22
2021-08-31 09:12:29 +00:00
Richard Brown
da93a91af0 Accepting request 912895 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/912895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=6
2021-08-19 08:01:09 +00:00
522a8f333a Accepting request 912478 from home:simonpuchert:branches:multimedia:apps
- Update to version 2.3.0:
- Updated requirements according to upstream build instructions

OBS-URL: https://build.opensuse.org/request/show/912478
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=21
2021-08-18 12:37:37 +00:00
92ba309641 Accepting request 897662 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/897662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=5
2021-06-05 21:31:39 +00:00
6aeaa0aae9 Accepting request 896461 from home:MasterPatricko:branches:multimedia:apps
- Update to 2.1.2
- Remove streamlink-fix_removed_plugin_test.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/896461
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=19
2021-06-05 09:45:11 +00:00
9f683fd5bf Accepting request 894934 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/894934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/streamlink?expand=0&rev=4
2021-05-23 21:30:44 +00:00