Commit Graph

20 Commits

Author SHA1 Message Date
bastimeyer a541921afd docs: remove common issues page 2023-11-20 22:31:41 +01:00
bastimeyer 561f7ef854 docs: rewrite metadata page 2023-08-27 13:02:30 +02:00
bastimeyer bb906ab426 docs: replace simple/grid-tables with list-tables 2023-08-08 18:11:21 +02:00
bastimeyer d70fe487db docs: add client-integrity to Twitch plugin docs 2023-07-19 22:21:16 +02:00
bastimeyer 07d627fbef docs: improve config-file + plugin sideloading 2023-07-15 16:25:46 +02:00
bastimeyer 3b7ff2bc39 cli.output: path-only --player argument
- Remove support for custom player arguments from `--player`
- Set the `--player` argument's `type` to `pathlib.Path`
- Set return type of `find_default_player()` to `pathlib.Path`
- Update `--player` and `--player-args` help texts accordingly
- Update `PlayerOutput`:
  - Update constructor signature and add typing information
  - Rename `cmd` to `path` and remove support for player arguments
  - Always build list of arguments and remove Windows-specific logic
  - Properly tokenize player input value in `--player-args`
  - Log player argv instead of the player command-line string
- Fix now unneeded passthrough URL quotation in `streamlink_cli.main`
- Update docs and fix argparse docs extension
- Update tests and remove Windows-specific player argument tests
2023-07-02 21:08:41 +02:00
bastimeyer 948160087e docs: rewrite, fix and improve CLI tutorial 2023-02-12 12:15:02 -08:00
back-to 39dd8f898e plugins.funimationnow: deleted 2023-01-29 11:31:36 +01:00
bastimeyer fba7d9349e docs: fix requests docs link 2022-12-04 15:14:56 -08:00
bastimeyer 177f878d61 docs: explain XDG base dir and parameter expansion
The docs should be as explicit as possible, but this might confuse
inexperienced users, so an explanation might be useful.
2022-11-29 10:38:00 -08:00
bastimeyer f1e79e7dd7 docs: rewrite Windows + AppImage install sections 2022-11-29 10:38:00 -08:00
bastimeyer 57d88a5fa0 plugins.twitch: add --twitch-access-token-param 2022-11-11 09:39:47 -08:00
Nicolas Goy aa4865a08e
docs: fix twitch oauth token header name (#4940) 2022-11-10 21:32:29 +01:00
bastimeyer 867b9b3b66 docs: use cross-reference instead of direct link 2022-05-01 21:24:28 -07:00
Sven 3a3d2fb6d5
docs: fix broken relative link 2022-05-02 00:21:46 +02:00
bastimeyer 5b78085fd8 cli: add `plugin` metadata variable 2022-04-07 18:46:36 -07:00
bastimeyer fcee0d2f66 docs: add intersphinx config
- add intersphinx mapping for `requests`, skip Python standard library
- fix `requests.Session.request` references in docs and docstrings
2022-04-06 18:05:31 -07:00
bastimeyer c62c3e2199 docs: add protocol-plugin parameters documentation
and fix docstring of `HLSStream.parse_variant_playlist`
2022-04-06 16:37:59 -07:00
bastimeyer e6223bceda docs: split cli/plugin, add cli/plugin/twitch 2022-04-04 19:23:19 -07:00
bastimeyer 03d1863db4 docs: split CLI into submenus
- move any sections except for "Command-line usage" (argparse content)
  into separate, logical submenus
- rename certain section headers
- fix all references
- slightly rephrase certain things
2022-04-02 21:05:59 +02:00