Commit Graph

14 Commits

Author SHA1 Message Date
bastimeyer c7a055890f docs: fix deprecated ruff <path> call 2024-05-09 21:35:32 +02:00
bastimeyer 3cfd7a6958 docs: clean up developing page 2023-11-25 16:26:41 +01:00
bastimeyer 98596e9331 tools: replace flake8 with ruff 2023-02-09 09:54:14 -08:00
bastimeyer 2f7396ba24 tools: check typing in docs dir separately 2023-01-26 09:42:34 -08:00
bastimeyer 66244e32d7 tests.plugins: rewrite PluginCanHandleUrl tests
- Rewrite dynamic test parametrization
- Test named plugin matchers
- Update tests with named matchers accordingly
- Fix incorrect test class names
2023-01-22 13:56:49 +01:00
bastimeyer 0c8375beb4 plugin: add support for named plugin matchers 2023-01-19 18:41:38 -08:00
Ian Cameron 7ef96a0348 docs: add code style section 2022-11-09 20:49:11 +01:00
Mozi d13764037b docs: add mypy for checking typing error 2022-11-08 15:11:21 +01:00
bastimeyer 2dd2f35930 installer: drop Windows installer build config
Drop installer build config in favor of the external build config at:
https://github.com/streamlink/windows-installer

- remove installer build scripts+configs
- remove Streamlink config file in win32 subdirectory
- remove windows-installer CI job
  - update steps of the release CI job
- remove removed-plugins file
  - remove src/streamlink/plugins/.removed
  - update package manifest
  - update tests
  - update developing docs
- rewrite install docs
2022-04-03 22:09:35 +02:00
bastimeyer ce70388525 docs: fix plugin metadata example 2022-03-04 12:09:59 -08:00
bastimeyer 64c9bd60b9 docs: update developing page 2022-03-03 20:33:30 -08:00
bastimeyer a2b97c99e4 plugins: fix and update removed plugins list
- add shell script for updating the removed plugins list from the git
  history of deleted and renamed plugin files, compared with the current
  list of plugins
- test that the removed plugins list does not include any active plugins
- update removing plugins section in developing docs
2021-03-03 11:17:28 -08:00
Ian Cameron efe4e7d8fd
docs: add plugin addition/removal infos (#3249) 2020-10-17 12:31:01 +02:00
bastimeyer 32c05e1508 docs: add developing menu with basic setup steps 2020-10-12 16:37:13 -07:00