-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: streamlink/streamlink
base: 5.4.0
head repository: streamlink/streamlink
compare: 5.5.0
- 20 commits
- 41 files changed
- 4 contributors
Commits on Apr 13, 2023
-
cli.output: split up module into subpackage
- Move abstract `Output` base class into `streamlink_cli.output.abc` and properly declare abstract methods - Move `FileOutput` into `streamlink_cli.output.file` - Move `PlayerOutput` into `streamlink_cli.output.player` - Update patched module paths in tests
Configuration menu - View commit details
-
Copy full SHA for 61977d3 - Browse repository at this point
Copy the full SHA 61977d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59614b2 - Browse repository at this point
Copy the full SHA 59614b2View commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9f9089 - Browse repository at this point
Copy the full SHA e9f9089View commit details -
cli.output: refactor HTTPOutput
- Move `streamlink_cli.utils.http_server` to `streamlink_cli.output.http` - Rename `HTTPServer` to `HTTPOutput` and refactor - Inherit from `Output` - Remove `bind()` and initialize socket in `start_server()` - Split up `open()` into `accept_connection()` and `_open()` - Split up `close()` into `_close()` and `shutdown()` - Refactor `streamlink_cli.main` - Update signature of `create_http_server()` and fix initialization - Move `iter_http_requests()` logic into `output_stream_http()` - Update http server logic in `PlayerOutput` - Update `StreamRunner` according to new `Output` inheritance
Configuration menu - View commit details
-
Copy full SHA for 3760cff - Browse repository at this point
Copy the full SHA 3760cffView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5846abd - Browse repository at this point
Copy the full SHA 5846abdView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38d4ba0 - Browse repository at this point
Copy the full SHA 38d4ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d57d6 - Browse repository at this point
Copy the full SHA 59d57d6View commit details
Commits on Apr 20, 2023
-
- Bump docs build-dependencies - sphinx >=5.0.0, <7 - myst-parser >=1.0.0, <2 - sphinx-design >=0.4.1, <1 - Bump furo theme to latest version - Fix theme build errors
Configuration menu - View commit details
-
Copy full SHA for e44a143 - Browse repository at this point
Copy the full SHA e44a143View commit details
Commits on Apr 22, 2023
-
revert: docs: remove solus from install docs
Revert commit e99ccc4
Configuration menu - View commit details
-
Copy full SHA for 78c3195 - Browse repository at this point
Copy the full SHA 78c3195View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f9bcdbc - Browse repository at this point
Copy the full SHA f9bcdbcView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a31bd7c - Browse repository at this point
Copy the full SHA a31bd7cView commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0744ee6 - Browse repository at this point
Copy the full SHA 0744ee6View commit details -
This disables loading any default or custom config files. Only arguments set directly will be parsed.
Configuration menu - View commit details
-
Copy full SHA for de18f4a - Browse repository at this point
Copy the full SHA de18f4aView commit details
Commits on Apr 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55b115a - Browse repository at this point
Copy the full SHA 55b115aView commit details
Commits on Apr 30, 2023
-
tests: clean up root-logger state
Remove the attached logging handler from the streamlink root logger again after running logger tests
Configuration menu - View commit details
-
Copy full SHA for b10f736 - Browse repository at this point
Copy the full SHA b10f736View commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41b427a - Browse repository at this point
Copy the full SHA 41b427aView commit details -
ci.github: bump deps of useragents workflow
- bump Python to 3.11 - bump peter-evans/create-pull-request to v5 and resolve set-output GH actions deprecation
Configuration menu - View commit details
-
Copy full SHA for 0e41130 - Browse repository at this point
Copy the full SHA 0e41130View commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e762f8 - Browse repository at this point
Copy the full SHA 0e762f8View commit details
Commits on May 5, 2023
-
session: add support for urllib3 2.0
- Bump max version constraint from `<2` to `<3` - Fix `_PERCENT_RE` constant name in URL percent encoding override - Fix `StreamlinkOptions._set_http_disable_dh()`, remove the override of the old `urllib3.util._ssl.DEFAULT_CIPHERS` list and instead add `streamlink.plugin.api.http_session.TLSNoDHAdapter` which reads the ciphers returned by Python's default SSLContext, adds `:!DH` to the updated ciphers list, and finally replaces the HTTP session's `https://` adapter - Use `urllib3.util.create_urllib3_context()` for creating `SSLContext` objects in custom `HTTPAdapter`s
Configuration menu - View commit details
-
Copy full SHA for fac79a5 - Browse repository at this point
Copy the full SHA fac79a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25421c8 - Browse repository at this point
Copy the full SHA 25421c8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.4.0...5.5.0