[ie/streaks] Fix extractor (#16413)

* Add `api_key` extractor-arg
* Fix SSAI detection
* Add hooks for custom Streaks playback API requests

Authored by: doe1080
This commit is contained in:
doe1080
2026-07-04 03:49:39 +09:00
committed by GitHub
parent 161dd9fd05
commit 26654a359d
2 changed files with 66 additions and 42 deletions
+3
View File
@@ -1969,6 +1969,9 @@ The following extractors use this feature:
#### sonylivseries
* `sort_order`: Episode sort order for series extraction - one of `asc` (ascending, oldest first) or `desc` (descending, newest first). Default is `asc`
#### streaks
* `api_key`: API key for the `X-Streaks-Api-Key` header
#### tver
* `backend`: Backend API to use for extraction - one of `streaks` (default) or `brightcove` (deprecated)