It doesn't let me merge this from the PR UI here...
$ git show --stat --format=reference | cat
7929dce2 (plugins.ntv: remove plugin, 2023-10-11)
src/streamlink/plugins/ntv.py | 31 -------------------------------
tests/plugins/test_ntv.py | 16 ----------------
2 files changed, 47 deletions(-)
$ git log --format=reference HEAD~2..HEAD | cat
7929dce2 (plugins.ntv: remove plugin, 2023-10-11)
0490c4ef (plugins.vlive: remove plugin, 2023-10-09)
$ curl -sSL 'https://api.github.com/repos/streamlink/streamlink/commits?per_page=1' | jq -r '.[0].sha'
0490c4eff16d3afad1566647a1eb3b91a1f4f59f
$ curl -sSL 'https://api.github.com/repos/streamlink/streamlink/commits/0490c4eff16d3afad1566647a1eb3b91a1f4f59f/branches-where-head' | jq -r '.[] | .name'
master